@import url("color.css");
@import url("font-awesome.css");
/*---------- base ---------*/
*{
	padding:0px;
	margin:0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
body{
	font-size:14px;
	overflow-x:hidden;
	
}
img{
	border:none;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
ul{
	list-style:none;
}
hr{
	border:none;
	border-bottom:1px solid #c8c8c8;
	display:block;
	margin-top:10px;
}
.yuanjiao25{
	-moz-border-radius: 25px;      /* Gecko browsers */
    -webkit-border-radius: 25px;   /* Webkit browsers */
    border-radius:25px;            /* W3C syntax */
}
.yuanjiao45{
	-moz-border-radius: 45px;      /* Gecko browsers */
    -webkit-border-radius: 45px;   /* Webkit browsers */
    border-radius:45px;            /* W3C syntax */
}
.yuanjiao5{
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
}
.yuanjiao10{
	-moz-border-radius: 10px;      /* Gecko browsers */
    -webkit-border-radius: 10px;   /* Webkit browsers */
    border-radius:10px;            /* W3C syntax */
}
.yuanjiao{
	-moz-border-radius: 100%;      /* Gecko browsers */
    -webkit-border-radius: 100%;   /* Webkit browsers */
    border-radius:100%;            /* W3C syntax */
}
.clear{
	width:100%;
	clear:both;
}

.pages{
	width:100%;
	padding:20px 0px;
	text-align:center;
	clear:both;
	margin-top:15px;
}
.pages li{
	list-style-type:none;
	display:inline;
}
.pages a{
	padding:5px 10px;
	border:1px solid #c8c8c8;
	font-weight:bold;
	margin-right:10px;
}
.pages .current{
	font-weight:700;
	color:#fff;
}
.shangxiapian{
	padding-top:20px;
	margin-top:20px;
	border-top:1px dashed #c8c8c8;
}
.shangxiapian li{
	line-height:30px;
}
.search{
	overflow:hidden;
	transition:0.6s;
	position: relative;
	margin-right: 20px;
	/* border: 1px solid #ccc;*/
	background: #fff;
	float: right;
	margin-top: 14px;
	-moz-box-shadow:2px 2px 2px #666;
	-webkit-box-shadow:2px 2px 2px #666;
	box-shadow:2px 2px 2px #666;
}
.search .key_text{
	height:40px;
	float:left;
	width:220px;
	overflow:hidden;
	line-height:40px;
	outline:none;
	border:none;
	/* -moz-box-shadow:2px 2px 5px #ccc inset;
	-webkit-box-shadow:2px 2px 5px #ccc inset;
	box-shadow:2px 2px 5px #ccc inset; */
	/* border-right:none; */
	text-indent:10px;
	background:none;
	/* margin-right: 20px; */
	/* font-size: 16px; */
}
.search .search_btn{
	cursor:pointer;
	border:none;
	outline:none;
	float: right;
	/* position:absolute;
	right:0;
	top:0px;
	z-index: 10; */
	width:40px;
	height:40px;
	overflow:hidden;
	line-height:40px;
	text-align:center;
	font-size: 16px;
	background: none;
	color: #EE1D23;

}
.main{
	width:1200px;
	overflow:hidden;
	margin:0px auto;
}
.content{
	line-height:25px;
}
.content img{
	max-width:100%;
	height:auto;
}
.lan{
	width:auto;
	margin-right: 20px;
	float: left;
}
.lan span{
	display:block;
	float:left;
	margin-left: 15px;
}
.lan a{
	padding-left:30px;
	line-height:40px;
}

.cn{
	background:url(../images/cn.png) left center no-repeat;
}
.sp{
	background:url(../images/sp.png) left center no-repeat;
	float:left;
}
.en{
	background:url(../images/en.png) left center no-repeat;
}
/*---------------------主体开始-----------------------*/
#top_zone2{
	width:100%;
	min-width:1200px;
	overflow:visible;
	height:40px;
	line-height:40px;
	background:#212121;
	color:#c7c7c7;
}
#top_zone2 a{
	color:#c7c7c7;
}
#top_zone2 a:hover{
	color:#fff;
}
#top_zone1{
	width:100%;
	min-width:1200px;
	overflow:hidden;
	height:40px;
	line-height:40px;
	background:#eee;
	border-bottom:1px solid #ccc;
}
#top_l{
	width:auto;
	float:left;
	line-height:40px;
}
#top_l a{
	margin-left:10px;
}
#top_r{
	width:auto;
	float:right;
	/* height:40px; */
}
#top_link{
	width:auto;
	float:left;
	overflow:hidden;
}
#top_link a{
	margin-left:10px;
	line-height:40px;
}
#top_link a i{
	font-size:18px;
	margin-right:10px;
}
#top_ewm{
	width:80px;
	float:left;
	overflow:hidden;
	text-align: center;
	margin-left: 20px;
}
#top_ewm img{
	max-width:100%;
	height:auto;
	display:block;
	margin: 0px auto 0px auto;
}
#header_zone{
	width:100%;
	min-width:1200px;
	position:absolute;
	top:0;
	left:0;
	z-index:99999;
	background: url(/web/pic/header_zone.png);
	-moz-box-shadow:0px 0px 5px #777;
	-webkit-box-shadow:0px 0px 5px #777;
	box-shadow:0px 0px 5px #777;
}
.header_zone{
	width:100%;
	min-width:1200px;
	position:relative;
	z-index:99999;
	background: #fff;
	/* -moz-box-shadow:0px 0px 5px #777;
	-webkit-box-shadow:0px 0px 5px #777;
	box-shadow:0px 0px 5px #777; */
}
.fixed_header_zone{
	position:fixed!important;
	left:0;
	top:0!important;
	z-index:999999;
	transition:0.6s;
	background:rgba(255,255,255,0.5);
}
.header{
	width:1200px;
	margin:0px auto 0 auto;
	height:105px;
}
.logo{
	overflow:hidden;
	float: left;
	height:100%;
	display: flex;
  justify-content:center;
  align-items:Center;
}
.logo a{
	display:block;
	float: left;
}
.logo img{
	display:block;
	/* margin: 0px auto; */
}
#logo_r{
	margin-left: 25px;
	float: left;
}
#logo_r .shang{
	color:#ed0d13;
	font-size:30px;
	overflow: hidden;
}
#logo_r .xia{
	font-size: 16px;
	overflow: hidden;
	text-transform: uppercase;
}
#header_l{
	float:left;
	margin-top:50px;
	font-size:16px;
}
#header_r{
	width:auto;
	float:right;
	position: relative;
}
#header_r table tr td{
	padding: 5px 0;
	line-height: 20px;
}
#header_r table tr td img{
	display: block;
	margin: 0px auto;
}
#header_shang{
	overflow:hidden;
	float: right;
}
#header_follow{
	width:auto;
	overflow:hidden;
	/* text-align: center; */
	float: left;
	margin-right: 30px;
}
#header_follow span{
	float: left;
	display: block;
	line-height: 40px;
	margin-right: 15px;
	text-transform: uppercase;
}
#header_follow a{
	margin:0 15px 0 0px;
	display: block;
	float: left;
}
#header_follow img{
	width: 25px;
	margin-top: 2.5px;
	display: block;
}
#header_follow i{
	/* color:#fff;
	width:30px;
	height:30px;
	text-align:center;
	background:#23AC38; */
	font-size:20px;
	line-height:40px;
	background: none!important;
}
/*左侧带图标右侧上下结构电话*/
#top_tel_01{
	overflow:hidden;
	padding-left:50px;
	float: right;
	margin-top: 30px;
	background:url(/web/pic/t.png) left center no-repeat;
}
#top_tel_01 .shang{
	display:block;
	color: #666;
	overflow: hidden;
}
#top_tel_01 .xia{
	overflow:hidden;
	display: block;
	font-size: 25px;
	color: #ee1d23;
}
#top_tel_02{
	width:auto;
	overflow:hidden;
	float:right;
	margin-top: 10px;
	padding-left:35px;
	line-height: 30px;
	background:url(/web/pic/top_tel.png) left center no-repeat;
}
#top_tel_02 .shang{
	display:block;
	float:left;
	color: #666;
	font-size: 16px;
}
#top_tel_02 .xia{
	font-size:24px;
	display:block;
	float:left;
	font-family:Arial;
	color: #b80000;
	font-weight: normal;
}

#nav_zone{
	width:100%;
	min-width:1200px;
	height:45px;
	background: #292929;
}
.fixednav{
	position:fixed!important;
	z-index:9999999;
	top:0;
	left:0;
}
.nav {
	width: 1250px;
}
.nav .nLi{
	height:45px;
	float:left;
	position:relative;
	z-index: 9999;
	background: url(/web/pic/nav_li.jpg) right center no-repeat;
}
.nav .nLi:last-child{
	background:none;
	border-right:none;
}
.nav .nLi i{
	margin-left: 10px;
}
.nav .nLi h3 a {
	display:block;
	font-size:16px;
	font-weight: normal;
	/* text-transform: uppercase; */
	line-height: 45px;
	color: #fff;
}
.nav .nLi h3 .line{
	display:block;
	width:0px;
	height:2px;
	margin:10px auto 0 auto;
}
.nav .nLi:hover h3 .line,.nav .on h3 .line{
	width:70%;
	transition:0.6s;
}
.nav .sub {
	display:none;
	left:0;
	top:45px;
	width:100%;
	position:absolute;
	background:rgba(0,0,0,0.8);
}
/*
.nav .sub dl{

}
.nav .sub dl dd{
	width:220px;
	float:left;
	overflow:hidden;
}
.nav .sub dl dd p{
	display:block;
	line-height:30px;

}
.nav .sub dl dd p:hover{
	background:#E7242A;
	transition:0.6s;
}
.nav .sub dl dd p:hover i,.nav .sub dl dd p:hover a{
	color:#fff;
}
.nav .sub dl dd p i{
	margin:0 10px 0 15px;
}
.nav .sub dl dt{
	width:210px;
	float:right;
	overflow:hidden;
}
.nav .sub dl dt img{
	max-width:100%;
	height:auto;
	display:block;
}
*/
.nav .sub li {
	zoom:1;
	height:40px;
	position:relative;
	border-bottom:1px dotted #ccc;
	text-align:center;
}
.nav .sub a {
	display:block;
	line-height:40px;
	height:40px;
	overflow:hidden;
	color:#fff;
}
.nav .sub a i{
	float:right;
	margin:13px 10px 0 0;
}
.nav .dropdown-menu,.nav .dropdown-menu ul{
	position:absolute;
	width:200px;
	left:100%;
	top:0;
	display:none;
	background:rgba(0,0,0,0.7);
}
.nav .sub li:hover .dropdown-menu,.nav .sub .dropdown-menu li:hover ul{
	display:block;
}
/*
#sub11{
	width:1200px;
	padding:10px 0;
}

#sub11 dl{
	width:14.6666666%;
	float:left;
	margin:0 1%;
	overflow:hidden;
	text-align:left;
}
#sub11 dl dt{
	display:block;
	width:auto;
	overflow:hidden;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}
#sub11 dl dt img{
	max-width:100%;
	height:auto;
	display:block;
}
#sub11 dl dd{
	margin-top:10px;
}
#sub11 dl a{
	text-align:left;
	text-indent:15px;
}
#sub11 p{
	display:block;
	line-height:30px!important;
	border-bottom:1px dotted #ccc;
}
*/
.nav .nLi:nth-child(1){
	-webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.nav .nLi:nth-child(2){
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.nav .nLi:nth-child(3){
	-webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.nav .nLi:nth-child(4){
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.nav .nLi:nth-child(5){
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.nav .nLi:nth-child(6){
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.nav .nLi:nth-child(7){
	-webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.nav .nLi:nth-child(8){
	-webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.nav .nLi:nth-child(9){
	-webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
.nav .nLi:nth-child(10){
	-webkit-animation-delay: 1s;
    animation-delay: 1s;
}
/*-----------------头部end------------------------*/

.index_title_01{
	overflow:visible;
	text-align:center;
}
/*
.index_title_01_center{
	display:inline-block;
	*display:inline;
	*zoom:1;
	position:relative;
	background:transparent;
}

.index_title_01_center:before{
	content: "";
	width:1000px;
	height:1px;
	display:block;
	position:absolute;
	top:50%;
	right:100%;
	background:#fff;
}
.index_title_01_center:after{
	content: "";
	width:1000px;
	height:1px;
	display:block;
	position:absolute;
	top:50%;
	left:100%;
	background:#fff;
} */ 
.index_title_01 h2{
	height:auto;
	overflow:hidden;
	position:relative;
	text-align:center;
}
.index_title_01 h2 span{
	display:inline-block;
	*display:inline;
	*zoom:1;
	/* display: block; */
	position:relative;
	font-size:34px;
	background:transparent;
	padding: 0 20px;
	text-transform: uppercase;
	z-index:20;
	font-weight: normal;
	color: #ee1c24;
	z-index:12;
	background-color:#fff;
}
.index_title_01 h2:before{
	content: "";
	width:100%;
	min-width:1200px;
	height:1px;
	display:block;
	position:absolute;
	top:50%;
	left:0;
	background:#ccc;
	z-index:1;
}

.index_title_01 h3{
	font-size:30px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	position:relative;
	padding:0px 20px;
	background:transparent;
	/* font-weight:normal; */
	text-transform: uppercase;
	/* margin-top:5px; */
}
.index_title_01 h3:before{
	content: "";
	width:26px;
	height:8px;
	display:block;
	position:absolute;
	top:50%;
	right:100%;
	margin-top:-4px;
	background:url(/web/pic/before.png) no-repeat;
}
.index_title_01 h3:after{
	content: "";
	width:26px;
	height:8px;
	display:block;
	position:absolute;
	top:50%;
	left:100%;
	margin-top:-4px;
	background:url(/web/pic/after.png) no-repeat;
}
.index_title_01 p{
	display:block;
	color:#666;
}

/*----首页带框中英文标题*/

.index_title_02{
	text-align:center;
	overflow:visible;
}
.index_title_02_center{
	position:relative;
	z-index:99;
	display:inline-block;
	*display:inline;
	*zoom:1;
	min-height: 100px;
	/* min-width: 460px; */
}
.index_title_02 h2{
	font-size:36px;
	text-transform:uppercase;
	display:inline-block;
	*display:inline;
	*zoom:1;
	background:#3E3E3E;
	padding:0 20px;
	color: #fff;
}
.index_title_02 h3{
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:16px;
	margin-top:10px;
	font-weight:normal;
	/* background:url(/web/pic/h3.png) center center no-repeat; */
	padding:0 60px;
}
.index_title_02_center .kuang{
	width:100%;
	height:75px;
	border:1px solid #fff;
	display:block;
	position:absolute;
	left:0;
	top:25px;
	z-index:-1;
}


.index_title_02 p{
	display:block;
	margin-top:10px;
	padding:0 20px;
	color:#fff;
	/* text-transform: uppercase; */
	font-size: 20px;
}

.index_title_02 .more{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:0 20px;
	background:#8fc220;
	text-transform:uppercase;
	color:#fff;
	line-height:30px;
	margin-top:20px;
	border:1px solid #8fc220;
	transition:0.6s;
}
.index_title_02 .more:hover{
	background:#fff;
	color:#8fc220;
}
/*左右标题名称带More*/
.index_title_03{
	overflow:hidden;
	line-height: 30px;
}
.index_title_03 h2{
	display:block;
	font-size:22px;
	font-weight: normal;
	float: left;
	color: #0259a9;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left center;
}
.index_title_03 span.more{
	display:block;
	float:right;
	/* margin-top: 10px; */
}
.index_title_03 span.more a{
	display:block;
	/* padding: 0 10px;
	line-height: 25px;
	background: #B5B5B5;
	transition: 0.6s; */
	color: #999;
}
/*
.index_title_03 span a i{
	margin-left:10px;
	font-size: 18px;
}*/

/*首页名称横线*/
.index_title_04{
	overflow:visible;
	text-align:center;
}
.index_title_04_center{
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top:0;
	font-size: 118px;
	color: #DDDDDD;
	font-weight: bold;
	z-index: -1;
}
.index_title_04 h2{
	font-size:36px;
	display: block;
	font-weight:normal;
	text-transform: uppercase;
}
.index_title_04 p::before{
	content: "";
	width:1000px;
	height:1px;
	display:block;
	position:absolute;
	top:50%;
	right:100%;
	background:#ccc;
}
.index_title_04 p:after{
	content: "";
	width:1000px;
	height:1px;
	display:block;
	position:absolute;
	top:50%;
	left:100%;
	background:#ccc;
}

.index_title_04 p{
	display:inline-block;
	*display:inline;
	*zoom:1;
	position:relative;
	padding:0 20px;
	margin:10px 0 0 0;
	color: #666;
	text-transform: uppercase;
	/* line-height: 25px; */
	/* font-size: 16px; */
}
.index_title_04 .line{
	width:50px;
	height:2px;
	display:block;
	margin:10px auto 0 auto;
	background:#68b720;
}
/*首页名称英文中文横线设计的好牛逼*/
.index_title_05{
	overflow:hidden;
	text-align: center;
}
.index_title_05 h2{
	display: block;
	font-size:26px;
	font-weight: normal;
	text-transform: uppercase;
}
.index_title_05 p{
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 8px;
}
/*首页栏目名称带短线*/
.index_title_06{
	overflow:hidden;
	text-align: center;
}
.index_title_06 h2{
	/* display:inline-block;
	*display:inline;
	*zoom:1; */
	display: block;
	font-size:40px;
	text-transform: uppercase;
	font-weight: normal;
	position: relative;
	color: #fff;
}
.index_title_06 span.line{
	width:35px;
	display:block;
	height:2px;
	margin:15px auto 0px auto;
	background: #fff;
}
.index_title_06 p{
	display:block;
	margin:10px auto 0 auto;
	color:#fff;
	overflow: hidden;
}
/*第一个字母变色*/
.index_title_07{
	overflow:hidden;
}
.index_title_07 h2{
	display:block;
	float:left;
	overflow:hidden;
	padding-top:10px;
	background:url(/web/pic/index_title.jpg) left top no-repeat;
	font-size:36px;
	text-transform:uppercase;
	color:#0091f7;
}
.index_title_07 h2:first-letter{
	color:#282828!important;
}
.index_title_07 p{
	font-size:16px;
	display:block;
	margin-top:10px;
	color:#666;
	overflow:hidden;
}
/*----上面和下面带横线-----*/
.index_title_08{
	text-align:center;
	overflow:visible;
}
.index_title_08_center{
	display: inline-block;
	*display: inline;
	*zoom:1;
	position:relative;
	padding-top: 5px;
}
.index_title_08_center:before{
	content: "";
	width:100px;
	height:6px;
	display:block;
	position:absolute;
	right:100%;
	top:0;
	background:url(/web/pic/before.png) no-repeat;
	margin-right: -20px;
}
.index_title_08_center:after{
	content: "";
	width:100px;
	height:6px;
	display:block;
	position:absolute;
	bottom:7px;
	left:100%;
	background:url(/web/pic/after.png) no-repeat;
	margin-left: -20px;
}
.index_title_08 h2{
	font-size: 42px;
	display: block;
	font-weight: normal;
}
.index_title_08 p{
	display: block;
	margin-top: 5px;
	color:#666;
}
/*梯形标题样式*/
.index_title_09{
	overflow:hidden;
	text-align: center;
}
.index_title_09 .tixing{
	display: inline-block;
	*display: inline;
	*zoom:1;
  height:0;
  border-width:0 37px 50px 37px;
  border-style:none solid solid;
  border-color:transparent transparent #444444;
	position: relative;
}
.index_title_09 .tixing::after{
	content: "";
	width: 21px;
	height: 14px;
	position: absolute;
	right: -37px;
	top:50px;
	background: url(/web/pic/after.png) no-repeat;
}
.index_title_09 h2{
	display:block;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 50px;
	line-height: 50px;
}
.index_title_09 p{
	display: block;
	overflow: hidden;
	color: #666;
	margin-top: 10px;
}
/*--首页分类带圆形遮罩--*/
#lm{
	width:1250px;
	overflow:hidden;
}
#lm li{
	position:relative;
	float:left;
	margin-right:36px;
	overflow:hidden;
	width:170px;
}
#lm li .pic{
	width:170px;
	height:184px;
	display:block;
	overflow:hidden;
}
#lm li img{
	height:auto;
	max-width:100%;
	display:block;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	transition:0.6s;
}
#lm li:hover img{
	transform:scale(1.1);
}

#lm li .zhezhao{
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	background:url(../images/lm_yuan.png) top center no-repeat;
}

#lm li i{
	display:block;
	font-size:44px;
	color:#fff;
	position:absolute;
	top:35%;
	z-index:3;
	margin:0px auto;
	width:100%;
	text-align:center;
	filter:alpha(opacity=50);
      -moz-opacity:0.5;
      -khtml-opacity: 0.5;
      opacity: 0.5;
	  transition:0.6s;
}
#lm li:hover i{
		filter:alpha(opacity=100);
      -moz-opacity:1;
      -khtml-opacity: 1;
      opacity: 1;
}
#lm li h3{
	display:block;
	text-align:center;
	font-size:16px;
	font-weight:normal;
	margin-top:10px;
}
#lm li a{
	display:block;
	overflow:hidden;
}
/*仅有一张图片首页横排常用于广告*/
ul.index_tulist{
	width:360px;
	float: left;
	overflow:hidden;
}
ul.index_tulist li{
	/* width:285px;
	float:left; */
	overflow:hidden;
	transition:0.6s;
	/* text-align:center;
	margin-right: 20px; */
	/* -moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999; */
}
ul.index_tulist li .pic{
	display: block;
	overflow: hidden;
	border: 1px solid #ccc;
}
ul.index_tulist li:hover .pic{
	border-color: #0073be;
}
ul.index_tulist li img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto 0 auto;
	transition:0.6s;
}

ul.index_tulist li:hover img{
	transform: scale(1.1);
}
ul.index_tulist li h3{
	display:block;
	font-size:14px;
	margin-top:10px;
	font-weight:normal;
}
ul.index_tulist li h3 a{

}
ul.index_tulist li p{
	font-size:16px;
	display: block;
	margin-top: 10px;
	color: #666;
}
/*首页标题浮在图片上列表*/
ul.index_cplist_01{
	width:auto;
	height: 500px;
	position: relative;
	overflow:hidden;
}
ul.index_cplist_01 li{
	/* width: 385px;
	float:left; */
	overflow:hidden;
	position:absolute;
	text-align:center;
	/* border-right: 15px solid transparent;
	margin-top: 22.5px;
	margin-right: 22.5px;*/
}
ul.index_cplist_01 #li1{
	width:800px;
	height: 500px;
	left:0;
	top:0;
}
ul.index_cplist_01 #li2{
	width:375px;
	height:230px;
	right:0;
	top:0;
}
ul.index_cplist_01 #li3{
	width:375px;
	height:230px;
	right:0;
	bottom:0;
}
ul.index_cplist_01 li img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
ul.index_cplist_01 li:hover img{
	transform:scale(1.1);
}
ul.index_cplist_01 li a{
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	transition: 0.6s;
}
ul.index_cplist_01 li:hover a{
	/* background: rgba(0,0,0,0.6); */
}
ul.index_cplist_01 li h3{
	/* display:inline-block;
	*display: inline;
	*zoom:1; */
	text-indent:20px;
	font-size:14px;
	color:#fff;
	/* border: 1px solid #fff; */
	background:rgba(0,0,0,0.6);
	font-weight:normal;
	line-height:35px;
	width:100%;
	position: absolute;
	left:0;
	bottom:0;
	z-index:15;
}

/*不规则产品不带遮罩*/
ul.index_cplist_02{
	position:relative;
	overflow:visible;
	height:935px;
}
ul.index_cplist_02 li{
	overflow:hidden;
	width: 355px;
	position:absolute;
}
ul.index_cplist_02 li a{
	display: block;
	overflow: hidden;
}
ul.index_cplist_02 li .pic{
	display: block;
	overflow: hidden;
	border: 1px solid #ccc;
}
ul.index_cplist_02 li:hover .pic{
	border-color: #0299EC;
}
ul.index_cplist_02 li img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition:0.6s;
}
ul.index_cplist_02 li:hover img{
	transform: scale(1.1);
}
ul.index_cplist_02 li h3{
	display: block;
	margin-top: 30px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}
ul.index_cplist_02 #li1{
	left:0px;
	top:0px;
}
ul.index_cplist_02 #li2{
	left:422.5px;
	top:0;
}
ul.index_cplist_02 #li3{
	right:0;
	top:0;
}
ul.index_cplist_02 #li4{
	left:0;
	top:420px;
}
ul.index_cplist_02 #li5{
	left:422.5px;
	top:570px;
}
ul.index_cplist_02 #li6{
	right:0;
	top:420px;
}
/*首页规则产品列表：图片+标题+简介+按钮*/
dl.index_cplist_03{
	width:1250px;
	overflow:visible;
}
dl.index_cplist_03 dd{
	width:380px;
	float:left;
	margin:0px 30px 0px 0px;
	overflow:hidden;
	border: 1px solid #ccc;
}
dl.index_cplist_03 dd a{
	display: block;
	overflow: hidden;
}
dl.index_cplist_03 dd .pic{
	display:block;
	overflow:hidden;
	/* border: 1px solid #ccc; */
}
dl.index_cplist_03 dd img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
	margin:0px auto 0 auto;
}
dl.index_cplist_03 dd:hover{
	/* background:#FFE0C4; */
	border-color: #222;
}
dl.index_cplist_03 dd:hover .pic{
	/* border-color:#286CCF; */
}
dl.index_cplist_03 dd:hover img{

	transform:scale(1.1);
}

dl.index_cplist_03 dd h3{
	display:block;
	overflow:hidden;
	font-weight:normal;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	transition: 0.6s;
	background: #E3E3E3;
}
dl.index_cplist_03 dd:hover h3{
	background: #222;
	color: #fff;
}
dl.index_cplist_03 dd p{
	display:block;
	overflow:hidden;
	color:#666;
	line-height: 25px;
	margin-top:15px;
}
dl.index_cplist_03 dd .time{
	display:block;
	color:#0081cd;
	text-align:center;
	margin-top:10px;
	text-decoration:underline;
}
dl.index_cplist_03 dd .jia{
	width:40px;
	height:30px;
	display:block;
	position:absolute;
	right:10px;
	bottom:10px;
}
dl.index_cplist_03 dd .line{
	width:70px;
	height:2px;
	display:block;
	margin-top: 20px;
	background:#23AC38;
}
dl.index_cplist_03 dd .detail{
	display:inline-block;
	*display:inline;
	*zoom:1;
	background:#6d1f37;
	color:#fff;
	text-align:center;
	line-height:35px;
	padding:0 20px;
	margin-top:20px;
}
dl.index_cplist_03 dd:nth-child(1){
	-webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
dl.index_cplist_03 dd:nth-child(2){
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
dl.index_cplist_03 dd:nth-child(3){
	-webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
dl.index_cplist_03 dd:nth-child(4){
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
dl.index_cplist_03 dd:nth-child(5){
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
dl.index_cplist_03 dd:nth-child(6){
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
dl.index_cplist_03 dd:nth-child(7){
	-webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
dl.index_cplist_03 dd:nth-child(8){
	-webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
dl.index_cplist_03 dd:nth-child(9){
	-webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
dl.index_cplist_03 dd:nth-child(10){
	-webkit-animation-delay: 1s;
    animation-delay: 1s;
}
/*首页规则产品列表图片上标题下*/
dl.index_cplist_04{
	width:1250px;
	overflow:hidden;
}
dl.index_cplist_04 dd{
	list-style-type:none;
	float:left;
	width:285px;
	margin:30px 20px 0px 0px;
	transition:.0.6s;
	/* -moz-box-shadow:0px 0px 5px #ddd;
	-webkit-box-shadow:0px 0px 5px #ddd;
	box-shadow:0px 0px 5px #ddd; */
	/* border:1px solid #ccc; */
	text-align:center;
	overflow:hidden;
}
dl.index_cplist_04 dd a{
	display: block;
	overflow: hidden;
}
dl.index_cplist_04 dd .pic{
	display:block;
	overflow:hidden;
	/* border:1px solid #ccc; */
}
dl.index_cplist_04 dd img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
	/*

	-moz-box-shadow:0px 0px 5px #666;
	-webkit-box-shadow:0px 0px 5px #666;
	box-shadow:0px 0px 5px #666;
	*/
}
dl.index_cplist_04 dd .tu2{
	margin-top:-169px;
}
dl.index_cplist_04 dd .tu2,dl.index_cplist_04 dd:hover .tu1{
	opacity: 0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	transition:0.6s;
}
dl.index_cplist_04 dd:hover .tu2{
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
dl.index_cplist_04 dd:hover{
	border-color: #222;
}
dl.index_cplist_04 dd:hover .pic{
	border-color:#0071DB;
	/* -moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999; */
}
dl.index_cplist_04 dd:hover img{
	transform:scale(1.1);
}
dl.index_cplist_04 dd .txt{
	overflow: hidden;
	padding: 20px 10px 0 10px;
	margin-top: -10px;
	position: relative;
	z-index: 10;
	height:110px;
	background: url(/web/pic/cp.png) top center no-repeat;
	transition: 0.6s;
}
dl.index_cplist_04 dd:hover .txt{
	background: url(/web/pic/cp_on.png) top center no-repeat;
	color: #fff;
}
dl.index_cplist_04 dd h3{
	display:block;
	margin-top: 10px;
	font-size: 14px;
	font-weight:normal;
}
dl.index_cplist_04 dd .detail{
	display:block;
	margin-top:10px;
	float: left;
	line-height:30px;
	padding:0 20px;
	background: #EA4B81;
	color: #fff;
	text-transform: uppercase;
	/* display:inline-block;
	*display:inline;
	*zoom:1;
	border:1px solid #666;
	text-align:center;

	transition:0.6s; */
}
dl.index_cplist_04 dd .detail i{
	/* margin-left:10px; */
	color:#e50014;
	font-size: 18px;
}
/* dl.index_cplist_04 dd .detail:hover{
	background:#026EB7;
	color:#fff;
	border-color:#026EB7;
} */
dl.index_cplist_04 dd p{
	line-height:20px;
	color:#666;
	display:block;
	overflow:hidden;
	margin-top:10px;
}
dl.index_cplist_04 dd:nth-child(1){
	-webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
dl.index_cplist_04 dd:nth-child(2){
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
dl.index_cplist_04 dd:nth-child(3){
	-webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
dl.index_cplist_04 dd:nth-child(4){
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
dl.index_cplist_04 dd:nth-child(5){
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
dl.index_cplist_04 dd:nth-child(6){
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
dl.index_cplist_04 dd:nth-child(7){
	-webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
dl.index_cplist_04 dd:nth-child(8){
	-webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
dl.index_cplist_04 dd:nth-child(9){
	-webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
dl.index_cplist_04 dd:nth-child(10){
	-webkit-animation-delay: 1s;
    animation-delay: 1s;
}
/*不规则产品带遮罩*/
ul.index_cplist_05{
	overflow:hidden;
	width: 1250px;
}
ul.index_cplist_05 li{
	overflow:hidden;
	width: 285px;
	float: left;
	margin: 30px 20px 0 0;
	text-align: center;
	position: relative;
	border: 1px solid #ccc;
}
ul.index_cplist_05 li:hover{
	border-color: #009eda;
}
ul.index_cplist_05 li img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
ul.index_cplist_05 li:hover img{
	transform:scale(1.1);
}
ul.index_cplist_05 li a{
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;
	background:rgba(0,158,218,0.7);
	transition:0.6s;
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	opacity: 0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	transform:scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
	padding: 10px;
}
ul.index_cplist_05 li:hover a{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
ul.index_cplist_05 li a .kuang{
	width:100%;
	height:100%;
	display:block;
	border:1px solid #fff;
	padding: 0 15px;
}
ul.index_cplist_05 li a i{
	font-size:40px;
	display:block;
	margin:40% auto 0 auto;
	color: #fff!important;
	text-align: right;
	width: 100%;
}
ul.index_cplist_05 li h3{
	font-size:18px;
	color:#fff;
	display:block;
	font-weight:normal;
	margin-top: 10%;
	padding: 0 10px;
}
ul.index_cplist_05 li a .line{
	width:80%;
	height:1px;
	background:#fff;
	display:block;
	margin:10px auto 0 auto;
}
ul.index_cplist_05 li .txt{
	padding:0 80px;
	overflow:hidden;
}
ul.index_cplist_05 li a p{
	color:#fff;
	line-height:25px;
	padding:0 15px;
	margin-top:15px;
	/* font-size:16px; */
}
ul.index_cplist_05 li a .j{
	width: 47px;
	height: 45px;
	overflow: hidden;
	background: url(/web/pic/j.png) no-repeat;
	right:5px;
	bottom:5px;
	display: block;
	position: absolute;
}
ul.index_cplist_05 li a .detail{
	display:inline-block;
	*display: inline;
	*zoom:1;
	 width:120px;
	height:35px;
	/*background: #16BF1A;*/
	line-height:35px;
	text-align:center;
	margin:20px auto 0 auto;
	color:#fff;
	border: 1px solid #fff;
}
/* ul.index_cplist_05 #li1{
	width: 474px;
	height:316px;
	left:0;
	top:0;
}
ul.index_cplist_05 #li2{
	width: 716px;
	height: 316px;
	right:0;
	top:0;
}
ul.index_cplist_05 #li3{
	width: 593px;
	height:500px;
	left:0;
	bottom:0;
}
ul.index_cplist_05 #li4{
	width: 596px;
	height:244px;
	right:0;
	top:328px;
}
ul.index_cplist_05 #li5{
	width: 596px;
	height:244px;
	right:0;
	bottom:0;
} */
/*不规则产品带遮罩*/
dl.index_cplist_06{
	width:1250px;
	overflow: visible;
}
dl.index_cplist_06 dd{
	overflow:hidden;
	position: relative;
	text-align: center;
	float:left;
	/* margin-top: 20px; */
	/* margin-right:30px; */
	width:300px;

}
dl.index_cplist_06 dd:hover{
	/* -moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow:0px 0px 5px #000; */
}
dl.index_cplist_06 dd .pic{
	display:block;
	overflow: hidden;
	position: relative;
}
dl.index_cplist_06 dd img{
	max-width:100%;
	height:auto;
	display:block;
	transition: 1s;
}

dl.index_cplist_06 dd a{
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;
	transition:0.6s;
	position:absolute;
	z-index:10;
	left:0;
	top:0;
}
dl.index_cplist_06 dd .txt{
	width:100%;
	height:80px;
	background:rgba(0,0,0,0.5);
	position:absolute;
	z-index:3;
	left:0;
	bottom:0;
	overflow:hidden;
	transition:0.6s;
}
dl.index_cplist_06 dd:hover .txt{
	height: 100%;
}
dl.index_cplist_06 dd .txt p{
	color:#fff;
	line-height:30px;
	padding:0 25px;
	display:block;
	overflow: hidden;
}
dl.index_cplist_06 dd:hover .txt p{
	height:auto;
}
dl.index_cplist_06 dd:hover img{
	transform: scale(1.1);
}
dl.index_cplist_06 dd:hover .txt h3{
	height: auto;
	line-height: 25px;
	margin-top: 100px;
	padding-bottom: 15px;
	background: url(/web/pic/t.png) bottom center no-repeat;
	margin-bottom: 15px;
}
dl.index_cplist_06 dd h3{
	font-size:18px;
	color:#fff;
	display:block;
	font-weight:normal;
	line-height:80px;
	height:80px;
}
dl.index_cplist_06 dd h3 span{
	width: 60px;
	background: #030303;
	float: right;
	display: block;
	height: 60px;
	text-align: center;
	text-indent: 0;
}
dl.index_cplist_06 dd h3 span i{
	width: 25px;
	height:25px;
	margin: 17.5px auto;
	background: url(/web/pic/i8.png) no-repeat;
	transition: 1s;
	display: block;
}
dl.index_cplist_06 dd:hover h3 i{
	transform: rotate(720deg);
}
dl.index_cplist_06 dd .txt .time{
	display:block;
	margin:30px auto;
	width:80px;
	height:35px;
	color:#fff;
	border:1px solid #fff;
	text-align:center;
	line-height:35px;
}

/*----首页带图片新闻-------*/
.index_tuwenlist{
	overflow:visible;
	width:auto;
}
.index_tuwenlist dl{
	overflow:hidden;
	position: relative;
	float: left;
	background: #fff;
	width: 600px;
	height:225px;
}
.index_tuwenlist dl a{
	display: block;
	overflow: hidden;
}
.index_tuwenlist dl dt{
	text-align:center;
	overflow:hidden;
	width:300px;
	float: left;
}
.index_tuwenlist dl dt img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
.index_tuwenlist dl:hover dt img{
	transform:scale(1.1);
}
.index_tuwenlist dl dt .ri{
	display:block;
	color:#000;
	font-size:36px;
	font-family:Arial;
	font-weight:bold;
	margin-top:10px;

}
.index_tuwenlist dl dt .nian{
	display:block;
	color:#666;
	font-family:Arial;
	margin-top:5px;
}
.index_tuwenlist dl dd{
	overflow:hidden;
	width: 300px;
	position: relative;
	padding: 30px 20px 0 20px;
}
.index_tuwenlist #dl1 dt,.index_tuwenlist #dl2 dt,.index_tuwenlist #dl3 dd,.index_tuwenlist #dl4 dd{
	float:left;
}
.index_tuwenlist #dl1 dd,.index_tuwenlist #dl2 dd,.index_tuwenlist #dl3 dt,.index_tuwenlist #dl4 dt{
	float: right;
}
/* .index_tuwenlist dl dd:before{
	content:"";
	width: 115px;
	height: 5px;
	background: #306BD3;
	position: absolute;
	top:0;
	right:0;
}
.index_tuwenlist dl dd:after{
	content:"";
	width: 5px;
	height: 115px;
	background: #306BD3;
	position: absolute;
	top:0;
	right:0;
} */
.index_tuwenlist dl dd .ico{
	display: block;
	margin: 0 auto;
}
.index_tuwenlist dl dd .ico img{
	display: block;
	margin: 0px auto;
}
.index_tuwenlist dl dd h3{
	display:block;
	font-size:18px;
	font-weight:normal;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	/* text-transform: uppercase; */
}
.index_tuwenlist dl dd .line{
	width:40px;
	height:3px;
	display:block;
	margin:15px auto 0 auto;
	background:#fff;
}
.index_tuwenlist dl p{
	margin-top:10px;
	line-height:20px;
	color:#666;
	display:block;
	overflow:hidden;
}
.index_tuwenlist dl dd .time{
	margin-top:10px;
	display:block;
	color:#999;
	font-size:12px;
}
.index_tuwenlist dl .detail{
	display:block;
	width:80px;
	height:30px;
	line-height:30px;
	text-align:center;
	border: 1px solid #666;
	margin-top:20px;
	transition:0.6s;
}
.index_tuwenlist dl dd .detail:hover{
	background:#261452;
	border-color:#261452;
	color:#fff;
	transition:0.5s;
}
/*头条*/
dl.toutiao{
	overflow:hidden;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
dl.toutiao dt{
	overflow:hidden;
	position:relative;
	width: 85px;
	float: left;
}
dl.toutiao dd .pic{
	display:block;
	overflow:hidden;
}
dl.toutiao dd img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
	/* margin-top: -40px; */
}
dl.toutiao dt:hover img{
	transform:scale(1.1);
}
dl.toutiao dd{
	overflow:hidden;
}
dl.toutiao dd h3{
	display:block;
	font-size:18px;
	/* margin-top: 20px; */
	font-weight: normal;
}
dl.toutiao dd h3 a{
	color: #ff8836;
}
dl.toutiao dd p{
	line-height:25px;
	overflow:hidden;
	display:block;
	color:#666;
	margin-top: 10px;
}
dl.toutiao dd p a{
	color: #ff8836;
}
dl.toutiao dd .time{
	display:block;
	color:#666;
	font-size: 18px;
}
dl.toutiao dd .time i{
	margin-right:10px;
}
dl.toutiao .detail{
	display:block;
	/* line-height:35px;
	width:120px;
	text-align:center; */
	margin-top:40px;
	/* background: #fff;
	border: 1px solid #ccc; */
}
dl.toutiao dd .detail i{
	margin-left:10px;
}
/*首页新闻列表普通*/
dl.index_newslist_01{
	overflow:hidden;
	width: 610px;
	float: right;
}
dl.index_newslist_01 dd{
	overflow:hidden;
	line-height:50px;
	height:50px;
	overflow:hidden;
	border-bottom:1px dotted #ccc;
}
dl.index_newslist_01 dd a{

}
dl.index_newslist_01 dd i{
	margin-right:10px;
	color: #EE1D23;
}
dl.index_newslist_01 dd span{
	float:right;
	color:#999;
	font-size: 12px;
}

/*首页横排3块*/
.box{
	overflow:hidden;
}
.box img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
}
#box1{
	width: 262px;
	float: left;
	height:454px;
	margin-top: 110px;
	display: flex;
  justify-content:center;
  align-items:Center;
	background: url(/web/pic/a1.jpg) no-repeat;
}
#box2{
	width: 657px;
	height:454px;
	padding: 65px 35px 0 105px;
	float: left;
	margin-left: 10px;
	background: url(/web/pic/a2.jpg) no-repeat;
}
#box3{
	width: 262px;
	float: right;
	height:454px;
	margin-top: 110px;
	display: flex;
  justify-content:center;
  align-items:Center;
	background: url(/web/pic/a1.jpg) no-repeat;
}
.box .title{
	color: #fff;
	font-size: 64px;
	overflow: hidden;
}
#box2 .title{
	float: right;
}
#box2 .line{
	width: 100px;
	height:3px;
	display: block;
	float: right;
	background-color: #fff;
}
#box2 .txt{
	color: #fff;
	line-height: 30px;
	text-align: right;
}

.tbox{
	overflow:hidden;
}
.tbox img{
	width:400px!important;
	height:160px!important;
	display:block;
	margin:0px auto;
}
.tbox_pd{
	padding:20px 10px;
	height: 345px;
	overflow:hidden;
	border: 1px solid #B5B5B5;
	border-top: none;
	border-bottom-width:2px;
}
/*首页新闻列表带图片*/
dl.index_newslist_02{
	width:1250px;
	overflow:visible;
}
dl.index_newslist_02 dd{
	width:385px;
	overflow:hidden;
	float:left;
	margin-right:22.5px;
	/* background:#E1E1E1; */
	/* position: relative; */
	/* -moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;*/
	/* border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	transition: 0.6s; */
}
dl.index_newslist_02 dd a{
	display: block;
	overflow: hidden;
	transition: 0.6s;
}
dl.index_newslist_02 dd:hover{
	/* background: #e01200;
	border-color:#e01200; */
	/* -moz-box-shadow: 0px 0px 5px #1b527d;
	-webkit-box-shadow: 0px 0px 5px #1b527d;
	box-shadow:0px 0px 5px #1b527d; */
}
dl.index_newslist_02 dd:hover p,dl.index_newslist_02 dd:hover .detail{
	/* color: #fff; */
}
dl.index_newslist_02 dd:hover .pic{
	/* border-color:#23AC38; */
}
dl.index_newslist_02 dd .pic{
	display:block;
	overflow:hidden;
	height:200px;
	/* border:1px solid #ddd; */
	/* position: absolute;
	top:0;
	width:300px;
	overflow: hidden;
	left:50%;
	margin-left: -150px;
	z-index: 10; */
}
dl.index_newslist_02 dd img{
	height:auto;
	max-width:100%;
	display:block;
	transition:0.6s;
	margin:-44px auto 0 auto;
}
dl.index_newslist_02 dd:hover img{
	transform:scale(1.1);
}
dl.index_newslist_02 dd .num{
	display: block;
	font-size: 24px;
	font-weight: bold;

}
dl.index_newslist_02 dd .txt{
	padding:0 15px 0px 15px;
	/* border-top: none; */
	/* background: #fff; */
	overflow: hidden;
	/* min-height:160px; */
}
dl.index_newslist_02 dd h3{
	display:block;
	font-size:16px;
	font-weight:normal;
	overflow:hidden;
	margin-top:15px;
	/* text-align: center; */
	/* color: #07468e; */
}
/* dl.index_newslist_02 dd .txt i{
	float: right;
	width: 35px;
	height: 35px;
	border: 1px solid #637B31;
	color: #637B31;
	text-align: center;
	line-height: 30px;
	transition: 0.6s;
	font-size: 24px;
}
dl.index_newslist_02 dd:hover .txt i{
	background: #637B31;
	color: #fff;
}
dl.index_newslist_02 dd .line{
	width:100px;
	height:2px;
	display:block;
	margin:5px 0 0 0;
	background:#23AC38;
}
dl.index_newslist_02 dd h3 a{

} */
dl.index_newslist_02 dd p{
	margin-top:10px;
	line-height:25px;
	color:#666;
	overflow: hidden;
	display: block;
}
dl.index_newslist_02 dd .dd_footer{
	height: 31px;
	line-height: 31px;
	background: url(/web/pic/dd.png) no-repeat;
	overflow: hidden;
	margin-top: 15px;
}
dl.index_newslist_02 dd:hover .dd_footer{
	background: url(/web/pic/dd2.png) no-repeat;
}
dl.index_newslist_02 dd .time{
	/* display:inline-block;
	*display: inline;
	*zoom:1; */
	display: block;
	/* padding:5px 10px;
	background:#e50014;
	transition:0.6s; */
	/* margin-top:10px; */
	/* margin-bottom: 10px; */
	float: left;
	color:#fff;
	/* text-decoration: underline; */
}
dl.index_newslist_02 dd .time i{
	margin-right:5px;
	color:#333;
}
dl.index_newslist_02 dd .detail{
	display:block;
	color:#666;
	margin-top: 20px;
}

dl.index_newslist_02 dd:nth-child(1){
	-webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
dl.index_newslist_02 dd:nth-child(2){
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
dl.index_newslist_02 dd:nth-child(3){
	-webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
dl.index_newslist_02 dd:nth-child(4){
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
dl.index_newslist_02 dd:nth-child(5){
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

/*首页新闻案例列表带遮罩*/
dl.index_newslist_03{
	width:100%;
	overflow:hidden;
}
dl.index_newslist_03 dd{
	width:33.333333333%;
	float:left;
	overflow:hidden;
	height:300px;
	position:relative;
	/* border-right: 15px solid transparent; */
	/* border-bottom: 20px solid transparent; */
}
dl.index_newslist_03 dd .title{
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	color: #fff;
	text-align: center;
}
dl.index_newslist_03 dd .ovrlyT {
    background: rgba(2, 111, 212, 0.25);
    height: 100%;
    left: 100%;
    position: absolute;
    top: -100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	z-index:2;
}
dl.index_newslist_03 dd .ovrlyB {
    background: rgba(2, 111, 212, 0.25);
    height: 100%;
    left: -100%;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	z-index:3;
}
dl.index_newslist_03 dd .buttons {
    position: absolute;
    top: 35%;
    left: 49%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index:4;
}
dl.index_newslist_03 dd .buttons .fa {
    /* -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; */
    display: inline-block;
    /* line-height: 35px; */
    font-size: 40px;
    text-align: center;
    text-decoration: none;
    /* width: 35px;
    height: 35px; */
    -webkit-transition: all 0.2s 0.3s;
    -moz-transition: all 0.2s 0.3s;
    -o-transition: all 0.2s 0.3s;
    transition: all 0.2s 0.3s;
    opacity: 0;
	/* border:1px solid #fff; */
	color:#fff;
}
dl.index_newslist_03 dd:hover .ovrlyT {
    left: 0;
    top: 0;
}
dl.index_newslist_03 dd:hover .ovrlyB {
    left: 0;
    top: 0;
}
dl.index_newslist_03 dd:hover .buttons .fa {
    opacity: 1;
}
dl.index_newslist_03 dd img{
	width:100%;
	height:auto;
	display:block;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
    transition:0.6s;
}
dl.index_newslist_03 dd:hover img{
	transform:scale(1.1);
}
dl.index_newslist_03 dd a{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	padding:10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
dl.index_newslist_03 dd a .kuang{
	display:block;
	overflow:hidden;
	height:100%;
	border:1px solid #fff;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
dl.index_newslist_03 dd:hover a .kuang{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
dl.index_newslist_03 dd a h3,dl.index_newslist_03 dd a p{
	text-align:center;
	color:#fff;
	font-size:16px;
	font-weight:normal;
	margin-top:38%;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	transform:translateY(-50px);
	transition:0.6s;
	padding:0 15px;
}
dl.index_newslist_03 dd:hover a h3,dl.index_newslist_03 dd:hover a p{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	transform:translateY(0px);
}
dl.index_newslist_03 dd:nth-child(1){
	-webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
dl.index_newslist_03 dd:nth-child(2){
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
dl.index_newslist_03 dd:nth-child(3){
	-webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
dl.index_newslist_03 dd:nth-child(4){
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
dl.index_newslist_03 dd:nth-child(5){
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
dl.index_newslist_03 dd:nth-child(6){
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
dl.index_newslist_03 dd:nth-child(7){
	-webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
dl.index_newslist_03 dd:nth-child(8){
	-webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
dl.index_newslist_03 dd:nth-child(9){
	-webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
dl.index_newslist_03 dd:nth-child(10){
	-webkit-animation-delay: 1s;
    animation-delay: 1s;
}
/*首页日期在图片上的新闻列表*/
.index_newslist_04{
	width:1250px;
	overflow:visible;
}
.index_newslist_04 li{
	float:left;
	width:285px;
	overflow:hidden;
	margin-right:20px;
	-moz-box-shadow:0px 0px 5px #ddd;
	-webkit-box-shadow:0px 0px 5px #ddd;
	box-shadow:0px 0px 5px #ddd;
	background:#fff;
}
.index_newslist_04 li span{
	display:block;
}
.index_newslist_04 li .pic{
	overflow:hidden;
	display:block;
	height: 210px;
	position: relative;

}
.index_newslist_04 li img{
	max-width:100%;
	height:auto;
	display:block;
	transition: 0.6s;
}
.index_newslist_04 li:hover img{
	transform: scale(1.1);
}

.index_newslist_04 li .time{
	/* width:55px;
	height:50px; */
	font-family:Arial;
	text-align:center;
	color:#fff;
	position:absolute;
	z-index:2;
	left:0px;
	bottom:0;
	line-height: 30px;
	padding: 0 15px;
}
.index_newslist_04 #li2,.index_newslist_04 #li4{
	margin-top: 40px;
}
.index_newslist_04 #li1 .time,.index_newslist_04 #li3 .time{
	background: #33B56B;
}
.index_newslist_04 #li2 .time,.index_newslist_04 #li4 .time{
	background: #F65C1C;
}
.index_newslist_04 li .time em{
	font-style:normal;
	display:block;
}
.index_newslist_04 li .time .ri{
	font-size:30px;
	display:block;
}
.index_newslist_04 li .time .nian{
	display:block;
	font-size:12px;
}
.index_newslist_04 li .txt{
	overflow:hidden;
	padding: 15px;
}
.index_newslist_04 li h3{
	display:block;
	font-size:16px;
	font-weight:normal;
	height:50px;
	line-height:25px;
	overflow: hidden;
}
.index_newslist_04 li h3 a{

}
.index_newslist_04 li .line{
	width:75px;
	height:2px;
	display:block;
	margin:15px 0 0 0;
	background:#fff;
}
.index_newslist_04 p{
	overflow:hidden;
	display:block;
	margin-top:10px;
	line-height:22px;
	color:#666;
}
.index_newslist_04 .detail{
	display:block;
	/* margin-top:15px; */
	color:#0780CF;
	/* font-size:12px;
	text-decoration: underline; */
	/* border-bottom:1px solid #c6322d; */
	float:right;
	/* padding:5px 10px; */
}
/*首页上面图片下面带日期的新闻列表*/
.index_newslist_05{
	width: 1250px;
	overflow: hidden;
}
.index_newslist_05 dl{
	overflow: hidden;
	width: 375px;
	float: left;
	margin-right: 37.5px;
}
.index_newslist_05 dl a{
	display: block;
	overflow: hidden;
}
.index_newslist_05 dl .pic{
	display: block;
	overflow: hidden;
}
.index_newslist_05 dl .pic img{
	max-width: 100%;
	height: auto;
	display: block;
	transition: 0.6s;
}
.index_newslist_05 dl:hover img{
	transform: scale(1.1);
}
.index_newslist_05 dl:hover dt{
	background:#0081c2;
	border-color: #0081c2;
}
.index_newslist_05 dl:hover dt span.ri,.index_newslist_05 dl:hover dt span.nian{
	color: #fff;
}
.index_newslist_05 dl dt{
	width: 85px;
	height: 80px;
	border: 1px solid #ddd;
	text-align: center;
	overflow: hidden;
	float: left;
	transition: 0.6s;
}
.index_newslist_05 dl dt span{
	display: block;
	width: 100%;
	overflow: hidden;
}
.index_newslist_05 dl dt span.ri{
	font-size: 35px;
	font-weight: bold;
	margin-top: 10px;
}
.index_newslist_05 dl dt span.nian{
	color: #666;
}
.index_newslist_05 dl dd{
	margin-left: 100px;
	overflow: hidden;
}
.index_newslist_05 dl dd h3{
	display: block;
	font-weight: normal;
	font-size: 18px;
}
.index_newslist_05 dl dd p{
	display: block;
	margin-top: 5px;
	overflow: hidden;
	line-height: 25px;
}
/*---新型News样式---*/
.index_newslist_06{
	overflow: hidden;
	width: 1250px;
}
.index_newslist_06 dl{
	width: 385px;
	overflow: hidden;
	float: left;
	margin-right: 22.5px;
	height: 545px;
	position: relative;
	text-align: center;
}
.index_newslist_06 dl a{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top:0;
	z-index: 10;
	display: block;
}
.index_newslist_06 dl dt{
	width: 100%;
	height: 370px;
	overflow: hidden;
	position: relative;
}
.index_newslist_06 dl dt img{
	height: 370px;
	display: block;
	margin-left: -54px;
}
.index_newslist_06 dl dt i{
	width: 100%;
	position: absolute;
	font-size: 100px;
	color: #fff;
	text-align: center;
	line-height: 370px;
	background: rgba(0, 0, 0, 0.5);
	left:0;
	top:0;
	z-index: 1;
}
.index_newslist_06 dl dd{
	width: 80%;
	height:235px;
	position: absolute;
	background: #fff;
	overflow: hidden;
	z-index: 5;
	bottom:5px;
	left:50%;
	margin-left: -40%;
	-moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	box-shadow:0px 0px 5px #ccc;
	padding: 20px;
	transition: 0.6s;
}
.index_newslist_06 dl dd .title{
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
}
.index_newslist_06 dl dd .line{
	width: 50px;
	height: 2px;
	background: #333;
	margin: 10px auto;
	display: block;
}
.index_newslist_06 dl dd .info{
	overflow: hidden;
	color: #666;
	line-height: 25px;
	margin-top: 10px;
}
.index_newslist_06 dl dd .detail{
	display: block;
	width: 120px;
	height: 35px;
	border: 1px solid #666;
	line-height: 35px;
	text-align: center;
	margin: 20px auto 0 auto;
}
.index_newslist_06 dl:hover dd{
	background: #0299EC;
}
.index_newslist_06 dl:hover dd .title,.index_newslist_06 dl:hover dd .info,.index_newslist_06 dl:hover dd .detail{
	color: #fff;
}
.index_newslist_06 dl:hover dd .line{
	background: #fff;
}
.index_newslist_06 dl:hover dd .detail{
	border-color: #fff;
}
/*首页问答FAQ样式*/
dl.wenda_list{
	overflow:hidden;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
dl.wenda_list dt{
	background:url(/web/pic/q.jpg) left center no-repeat;
	padding-left:25px;
	font-size:15px;
	height:25px;
	line-height:25px;
	overflow:hidden;
}
dl.wenda_list dd{
	overflow:hidden;
	padding-left:25px;
	background:url(/web/pic/a.jpg) left 5px no-repeat;
	line-height:25px;
	margin-top:10px;
	color: #666;
}

/*友情链接带图片样式*/
ul.link_01{
	overflow:hidden;
	width:1250px;
}
ul.link_01 li{
	float:left;
	width:185px;
	overflow:hidden;
	margin-right:18px;
	margin-top:30px;
}
ul.link_01 li img{
	width:100%;
	height:auto;
	display:block;
	border:1px solid #ccc;
}
/*仅文字链接*/
ul.link_02{
	text-align:left;
}
ul.link_02 a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:0 10px;
	border-right:1px solid #fff;
	line-height:13px;
	height:13px;
	margin-top:6px;
	color: #fff;
}



.lmmc{
	width:auto;
	overflow:hidden;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
.lmmc h2{
	font-size:26px;
	font-weight:normal;
	float:left;
	display:block;
}

/*----首页独立联系我们----*/
ul.index_contact_01{
	overflow:hidden;
}

ul.index_contact_01 li{
	overflow:hidden;
	padding-left: 115px;
	font-size: 18px;
}
/* ul.index_contact_01 li img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
}
ul.index_contact_01 li h4{
	display:block;
	margin-top:15px;
	font-size:18px;
	font-weight:normal;
	color:#666;
}
ul.index_contact_01 li .txt{
	overflow:visible;
	font-size:16px;
	line-height: 25px;
	position: relative;
	padding-bottom: 10px;
}
ul.index_contact_01 li .txt:after{
	content: "";
	width:145px;
	height:1px;
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	background:#999;
	z-index:20;
} */

ul.index_contact_01 #index_shouji{
	background:url(/web/pic/i1.png) left center no-repeat;
	line-height: 67px;
}
ul.index_contact_01 #index_weixin{
	background:url(/web/pic/i2.png) left center no-repeat;
	margin-top: 57px;
	line-height: 67px;
}
ul.index_contact_01 #index_dizhi{
	background:url(/web/pic/i3.png) left center no-repeat;
	margin-top: 57px;
	line-height: 35px;
}
/* ul.index_contact_01 #whatsapp{
	background:url(../ico/whatsapp.png) left center no-repeat;
}
ul.index_contact_01 #footer_add{
	background:url(/web/pic/add.png) left center no-repeat;
} */
.zone{
	width:100%;
	min-width:1200px;
	overflow:hidden;
}




/*-----More按钮样式大全---*/
.more_01{
	/* display:inline-block;
	*display:inline;
	*zoom:1; */
	display:block;
	color:#021cb9;
	position:relative;
	width:100px;
	font-size: 16px;
	line-height:35px;
	text-align:center;
	border: 2px solid #021cb9;
	float: right;
	/* background: #EFEFEF; */
	text-transform: capitalize;
	/* margin:0px auto; */
	transition: 0.6s;
}
.more_01_box{
	position: relative;
	overflow: hidden;
}
.more_01_box:before{
	content: "";
	width:100px;
	height:1px;
	display:block;
	position:absolute;
	top:50%;
	left:0;
	background:#021cb9;
	z-index:20;
}
/* .more_01:after{
	content: "";
	width:1000px;
	height:1px;
	display:block;
	position:absolute;
	top:50%;
	left:100%;
	background:#fff;
	z-index:20;
} */
.more_01 img{
	margin-left:20px;
	display: inline-block;
	*display: inline;
	*zoom:1;
	vertical-align: middle;

}
.more_02{
	display:block;
	line-height:35px;
	width:120px;
	text-align: center;
	transition:0.6s;
	/* margin: 0px auto 0 auto; */
	float: right;
	background: #444444;
	color: #fff;
	text-transform: uppercase;
}
.more_02 i{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-left: 10px;
	background: rgba(27,82,125,1);
}
.more_02:hover{
	color:#fff;
	background-color:#222;
	border-color:#222;
}
.more_02:hover i{
	color:#fff;
}
.more_03{
	width:270px;
	line-height:55px;
	text-align: center;
	display: block;
	overflow: hidden;
	transition:0.6s;
	background: #019AEA;
	float: right;
	/* border: 1px solid #F37020; */
	text-transform: uppercase;
	font-size: 36px;
	color: #fff;
}
.more_03 img{
	margin-left:30px;
	display: inline-block;
	*display: inline;
	*zoom:1;
	vertical-align: middle;

}
.more_03 i{
	margin-left: 10px;
	font-size: 20px;
	vertical-align: middle;
	margin-top: -3px;
}
.more_03:hover{
	color:#fff;
	background:#0081c2;
	border-color: #0081c2;
}
/*---首页左边分类右边产品结构--*/
#zuo{
	width:245px;
	float:left;
	overflow:hidden;
}
#zuo_title{
	overflow:hidden;
	background: #EE1C25;
	text-align: center;
	height:80px;
}
#zuo_title h2{
	display:block;
	font-size:30px;
	text-transform:uppercase;
	color: #fff;
}
#zuo_title p{
	display:block;
	margin-top:5px;
	font-size: 12px;
	color: #fff;
}
#zuo ul{
	overflow:hidden;
	background: #202020;
}
#zuo ul li{
	border-bottom: 1px solid #131313;
	border-top: 1px solid #323232;
	height:43px;
	overflow: hidden;
}
#zuo ul li:nth-child(1){
	border-top:none;
}
#zuo ul li:hover{
	background: #333;
}

#zuo ul li a{
	display:block;
	line-height:43px;
	font-size: 18px;
	color: #fff;
	padding-left: 60px;
	background: url(/web/pic/quan.png) 20px center no-repeat;
}


#zuo dl{
	overflow:hidden;
}
#zuo dl dt{
	display:block;
	height:55px;
	line-height:55px;
	overflow:hidden;
	text-align: center;
	background:#026FD4;
	margin-bottom: 5px;
}
#zuo dl dt a{
	font-size:16px;
	color:#fff;
	display: block;
}
#zuo dl dt i{
	font-size:18px;
	margin-right:10px;
}
#zuo dl dd{
	border: 1px solid #ddd;
	border-bottom: none;
}
#zuo dl dd a{
	display: block;
	padding-left: 15px;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
}
#you{
	width:940px;
	overflow:hidden;
	float: right;
}
#you #you_title{
	overflow:hidden;
	background:#EDEDED;
}
/*
#you #you_title:after{
	border: solid transparent;
	content: ' ';
	height: 0;
	top: 100%;
	position: absolute;
	width: 0;
	border-width: 10px;
	border-top-color: #2F96D0;
	left: 50%;
	margin-left:-10px;
}
*/
#you #you_title h2{
	display:block;
	float:left;
	font-size:18px;
	color:#fff;
	font-weight:normal;
	line-height:50px;
	padding: 0 25px;
	background: #035aaa;
}
#you #you_title span{
	float:right;
	margin-right:10px;
	display:block;
}
#you #you_title span a{
	display:block;
	line-height: 50px;
	color: #666;
}
#you ul{
	overflow:hidden;
	width:970px;
}
#you ul li{
	width:225px;
	float:left;
	overflow:hidden;
	margin:0px 13.33333333px 13px 0;
	text-align:center;
}
#you ul li .pic{
	/* border:1px solid #ccc; */
	display:block;
	overflow:hidden;
}
#you ul li img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
#you ul li:hover .pic{
	/* border-color:#026FD4; */
}
#you ul li:hover img{
	transform:scale(1.1);
}
#you ul li h3{
	display:block;
	overflow:hidden;
	text-align:center;
	font-weight:normal;
	font-size:14px;
	margin-top:10px;
}
/*-----底部共用-------*/
.footer_zone{
	width:100%;
	overflow:hidden;
	min-width:1200px;
	background:#383838;
}
.footer{
	width:1200px;
	overflow:hidden;
	margin:40px auto 30px auto;
	color: #adadad;
}
.footer a{
	color: #adadad;
}
#footer_l{
	overflow:hidden;
	float:left;
	width: 615px;
}
#footer_l img{
	/* max-width:100%;
	height:auto;
	display:block;
	margin:0px auto; */
}
#footer_l_title{
	overflow:hidden;
	line-height: 56px;
	padding-left: 70px;
	background: url(/web/pic/ft.png) left center no-repeat;
}
#footer_l_title h2{
	display:block;
	font-size:36px;
	color:#fff;
	float: left;
	font-weight: normal;
}
#footer_l_title h3{
	display:block;
	font-size:36px;
	font-weight:normal;
	float: left;
	margin-left: 5px;
	text-transform: uppercase;
	color:#545454;
}
#footer_m{
	float:left;
	overflow:hidden;
	width: 680px;
	margin-left: 80px;
}
#footer_r{
	overflow:hidden;
	float:right;
	width:545px;
}
#chanpin{

}
#chanpin dd{
	width:50%;
	float:left;
	height:30px;
	overflow: hidden;
}
.footer dl{
	float:left;
	overflow:hidden;
	/* min-height:195px;
	background:url(/web/pic/dl.png) right top no-repeat; */
}
.footer dl dt{
	display:block;
	font-size:18px;
	margin-bottom:15px;
	overflow:visible;
	text-transform:capitalize;
	position:relative;
	/* padding-bottom:10px; */
	position: relative;
	color: #fff;
}
.footer dl dt:after{
	/* content: "";
	width:20px;
	height:2px;
	display:block;
	position:absolute;
	top:100%;
	left:0;
	background:#0078AD;
	z-index:20; */
}
.footer dl dt a{
	display:block;
	color: #fff;
}
.footer dl dt img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0 0 10px 18px;
}
.footer dd{
	line-height:30px;
}
.footer dl dd a{

}
#chanpin dd a{

}
.footer dl dd i{
	margin-right:10px;
}
dl.last{
	width:auto;
	overflow:visible;
	margin-right:0!important;
	float:right!important;
	padding-right:0!important;
	background:none!important;
	border:none;
}
dl.last a{

}
#footer_lxxx{
	overflow:hidden;
}
#footer_lxxx img{
	max-width:25px;
	height:auto;
	display:block;
}
.footer_zone #footer_lxxx{
	color: #fff;
}
.footer_zone #footer_lxxx img{
	/* filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5; */
}
#footer_lxxx tr td{
	padding-bottom:10px;

}
#ewm{
	overflow:hidden;
	text-align:center;
	margin: auto;
}
#ewm img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto 10px auto;
}

#footer_follow{
	overflow:hidden;
	width: 375px;
	float: left;
}

#footer_follow a{
	margin:0px 20px 0px 0px;
	display: block;
	float: left;
}
#footer_follow img{
	width: 35px;
	height:auto;
	vertical-align: middle;
}
#footer_follow i{
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	/* background:none!important;
	border:1px solid #666; */
	margin-right:0px!important;
	font-size:26px;
	transition: 0.6s;
	color: #fff;
}
.ali{
	background:url(../ico/ali.png) center center no-repeat;
	width:35px!important;
}
#footer_follow span{
	display: block;
	font-size:18px;
	/* text-transform:uppercase; */
	color: #fff;
	/* font-weight: bold; */
	/* line-height:35px;
	margin-right: 10px; */
}
#copy_zone{
	width:100%;
	overflow:hidden;
	min-width:1200px;
	border-top: 1px solid #80CFEE;
}
#copy{
	overflow:hidden;
	color:#c7c7c7;
	width:1200px;
	padding:15px 0px 15px 0px;
	margin:0px auto;
	/* text-align: center; */
	border-top: 1px solid #777777;
	/* background: url(/web/pic/copy.jpg) top center repeat-x; */
}
#copy a{
	color:#c7c7c7;
}
#copy_l{
	float: left;
	overflow: hidden;
}
#copy_r{
	float: right;
	overflow: hidden;
}
/*--------------内页样式----------------------*/
.ny_banner{
	width:100%;
	min-width:1200px;
	overflow:hidden;
}
.ny_banner img{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.wz_zone{
	width:100%;
	min-width:1200px;
	height:50px;
	line-height:50px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#C5C5BE,direction=120,strength=4);
    -moz-box-shadow: 2px 2px 10px #C5C5BE;
    -webkit-box-shadow: 2px 2px 10px #C5C5BE;
    box-shadow:2px 2px 10px #C5C5BE;
	margin-bottom:3px;
	background-color:#fff;
}
.wz{
	width:auto;
	overflow:hidden;
	margin:0px auto;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
.wz_zone .wz span{
	margin-top:0!important;
}
.wz span{
	color:#666;
	font-size:14px;
	float:right;
	margin-top:5px;
}
.wz span a{
	color:#666;
	font-size:14px;
}
.wz h2{
	font-size:20px;
	text-transform:uppercase;
	text-indent:30px;
	background:url(../images/wz.png) left center no-repeat;
	font-weight:normal;
	display:block;
	float:left;
}
.left_wrap{
	float:left;
	width:250px;
}
.left_wrap h2{
	width:auto;
	height:45px;
	line-height:45px;
	text-indent:20px;
	font-size:18px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-weight:normal;
	color:#fff;
}
.zlm{
	width:auto;
	background:#fff;
	border-left:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
}
.zlm dl{
	overflow:visible;
}
.zlm dl dt{
	height:40px;
	line-height:40px;
	text-indent:10px;
	border-bottom:1px solid #d8d8d8;
	cursor:pointer;
	overflow:hidden;
}
.zlm dl dt a{
	display:block;
	float:left;
}
.zlm dl dt a span.yuanjiao{
	margin-right:10px;
	display:none;
	width:7px;
	height:7px;
	border:1px solid #fff;
	display:inline-block;
	*display:inline;
	*zoom:1;
}

.zlm dl dt i.fa-angle-down{
	float:right;
	margin:14px 10px 0 0;
	font-size:16px;
	cursor:pointer;
}
.zlm dl dt:hover,.zlm dl #zlm_on,.zlm dl .zlm_on{
	background:#fff;
}

.zlm dl .sanji{
	display:none;
	border-bottom:1px solid #d8d8d8;
}
.zlm dl .sanji li{
	height:35px;
	line-height:35px;
	position:relative;
	text-indent:30px;
}
.zlm dl .sanji li a{
	display:block;
}
.zlm dl .sanji li i{
	float:right;
	margin-right:10px;
	margin-top:10px;
}
.zlm dl .dropdown-menu{
	position:absolute;
	left:100%;
	top:0;
	background:#f0f0f0;
	width:200px;
	display:none;
}
.zlm dl .sanji li:hover .dropdown-menu{
	display:block;
}
.left_lxxx{
	padding:10px;
	font-size:14px;
	color:#333;
	line-height:25px;
	border:1px solid #d8d8d8;
	border-top:none;
	word-break:break-all;
	background:#fff;
}
.left_lxxx a{
	color:#333;
}
.right_wrap{
	width:930px;
	overflow:Hidden;
	float:right;
	background:#fff;
}
.right_title{
	padding-bottom:10px;
	border-bottom:1px solid #d8d8d8;
}
.right_title h2{
	font-size:26px;
	font-weight:normal;
}
.tulist{
	overflow:hidden;
	clear:both;
	width:100%;
}
.tulist li{
	list-style-type:none;
	float:left;
	width:33.3333333%;
	margin-top:20px;
	padding-right:15px;
	overflow:Hidden;
	text-align:center;
}
.tulist li .pic{
	display:block;
	border:1px solid #ccc;
	overflow:hidden;
}
.tulist li img{
	width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
.tulist li:hover img{
	transform:scale(1.1);
}
.tulist li h3{
	background-color:#f9f9f9;
	height:40px;
	overflow:hidden;
}
.tulist li h3 a{
	line-height:40px;
	font-size:14px;
	color:#333;
}


.tulist_02{
	width:100%;
	overflow:hidden;
}
.tulist_02 li{
	list-style-type:none;
	float:left;
	width:25%;
	border-right:15px solid #fff;
	margin-bottom:15px;
	text-align:center;
}
.tulist_02 li img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition:0.6s;
}
.tulist_02 li:hover img{
	transform:scale(1.1);
}
.tulist_02 li h3{
	font-size:14px;
	font-weight:normal;
	display:block;
	line-height:30px;
}

.tulist_03{
	width:1250px;
	overflow:hidden;
}
.tulist_03 li{
	list-style-type:none;
	float:left;
	width:399px;
	margin-right:1px;
	text-align:center;
}
.tulist_03 li img{
	width:100%;
	height:auto;
	display:block;
}
.tulist_03 li h3{
	font-size:18px;
	font-weight:normal;
	display:block;
	line-height:60px;
	color:#fff;
	background:#656565;
}
.tulist_03 li h3 a{
	color:#fff;
}
.list-cont ul li{
	position:relative;
	height:220px;
	padding:20px 180px 20px 345px;
	margin-bottom:30px;
	background-color:#fff;
}
.list-cont ul li .pic{
	position:absolute;
	top:20px;
	left:20px;
	width:290px;
	height:220px;
}
.list-cont ul li .text{
	position:relative;
	height:220px;
}
.list-cont ul li .text h2{
	font-size:22px;
	line-height:45px;
	margin-bottom:15px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.list-cont ul li .text p{font-size:16px;}
.list-cont ul li .text .more{
	position:absolute;
	display:block;
	bottom:0;
	left:0;
	width:80px;
	height:30px;
	line-height:30px;
	text-align:center;
	border:1px solid #d2d2d2;
}
.list-cont ul li .date{
	position:absolute;
	top:25px;
	right:0;
	width:154px;
	height:130px;
	padding-top:80px;
	border-left:1px solid #dcdcdc;
	text-align:center;
}
.list-cont ul li .date .day{
	font-size:40px;
	line-height:40px;
}
.list-cont ul li .date .years{font-size:14px;}
.tuwenlist2{
	overflow:hidden;
	clear:both;
	width:100%;
}
.tuwenlist2 li{
	list-style-type:none;
	float:left;
	width:385px;
	height:470px;
	margin-top:20px;
	margin-right:20px;
	overflow:Hidden;
	background:#f9f9f9;
	padding:10px;
	border:1px solid #ccc;
}
.tuwenlist2 li img{
	width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
.tuwenlist2 li:hover img{
	transform:scale(1.1);
}
.tuwenlist2 li h3{
	overflow:hidden;
	padding:10px;
	border-bottom:1px solid #ddd;
}
.tuwenlist2 li h3 a{
	font-size:16px;
}
.tuwenlist2 li p{
	color:#666;
	display:block;
	overflow:hidden;
	padding:10px 10px 20px 10px;
	line-height:25px;
}

ul.wzlist{
	width:auto;
}
ul.wzlist li{
	line-height:40px;
	border-bottom:1px dotted #ccc;
}
ul.wzlist li i{
	margin-right:10px;
}
ul.wzlist li a{
	padding-left: 15px;
	line-height: 40px;
	display: block;
	background: url(/web/pic/i2.jpg) left center no-repeat;
}
ul.wzlist li span{
	float:right;
	margin-right:10px;
	color:#989898;
	font-size:12px;
}
.pro_main{
	margin-top:20px;
	overflow:hidden;
}
.pro_left{
	width:455px;
	float:left;
}
.pro_right{
	width:450px;
	float:right;
	overflow:hidden;
	line-height:25px;
}
.pro_right h2{
	font-size:22px;
	padding-bottom:10px;
	display:block;
	font-weight:normal;
}
.pro_info{
	margin-top:10px;
	overflow:hidden;
	line-height:25px;
}
dl.tuwenlist{
	width:100%;
	margin:10px auto;
	padding-bottom:10px;
	overflow:Hidden;
	border-bottom:1px dashed #e1e1e1;
}
dl.tuwenlist dt{
	float:left;
	width:220px;
	overflow:hidden;
}
dl.tuwenlist dt img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition:0.6s;
}
dl.tuwenlist:hover dt img{
	transform:scale(1.1);
}
dl.tuwenlist dd{
	margin-left:240px;
}
dl.tuwenlist dd h2{
	font-size:16px;
	margin-bottom:10px;
}
dl.tuwenlist dd .info{
	font-size:14px;
	line-height:30px;
	color:#666;
}
dl.tuwenlist dd span{
	margin-top:10px;
	float:right;
}
dl.tuwenlist dd span a{
	width:120px;
	height:35px;
	line-height:35px;
	text-align:center;
	display:block;
	font-size:12px;
	color:#fff;
}
.ny_h1{
	font-size:22px;
	text-align:center;
	font-weight:normal;
	display:block;
	margin-top:20px;
}

.wzinfo{
	width:100%;
	text-align:center;
	color:#999;
	margin-top:20px;
	font-size:14px;
	border-bottom:1px solid #ddd;
	padding-bottom:20px;
	margin-bottom:25px;
}
.wzinfo .time{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:20px;
	padding-left:25px;
	background:url(../ico/time.png) left center no-repeat;
}
.wzinfo .click{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:20px;
	padding-left:25px;
	margin-left:50px;
	background:url(../ico/click.png) left center no-repeat;
}

/*----------下载表格----------*/
.biaoge{
	width:100%;
	border-collapse:collapse;
}
.biaoge tr td,.biaoge tr th{
	border:#ccc solid 1px;
    padding:10px 0 10px 15px;
}
.biaoge tr th,.biaoge .down_b{
	background:#fff;
}
.biaoge .fa-caret-right{
	margin-right:10px;
}
.biaoge .fa-cloud-download{
	font-size:30px;
	margin:0px auto;
	display:block;
	text-align:center;
	margin-left:-15px;
}
/*--------------留言表单CSS样式-------------*/
#feedback_txt{
	overflow:hidden;
	padding:10px 10px 10px 60px;
	font-size:16px;
	line-height:25px;
	background:url(../ico/feedback.png) 10px center no-repeat #f1f1f1;
	min-height:50px;
	margin-top:15px;
}
#biaodan{
	width:auto;
	overflow:hidden;
	margin:20px 0 20px 0;
}
#biaodan p{
	display:block;
	margin-top:15px;
	overflow:hidden;
	clear:both;
}
#biaodan p label{
	width:80px;
	float:left;
	text-align:right;
	overflow:hidden;
	margin-right:5px;
	line-height:38px;
}
.itext{
	width:550px;
	height:38px;
	border:1px solid #c8c8c8;
	line-height:38px;
	text-indent:10px;
	display:block;
	float:left;
	overflow:hidden;
	color:#666;
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
	-moz-box-shadow:2px 2px 5px #ddd inset;
	-webkit-box-shadow:2px 2px 5px #ddd inset;
	box-shadow:2px 2px 5px #ddd inset;
	background:#fff;
}
.icontent{
	width:550px;
	height:85px;
	border:1px solid #c8c8c8;
	line-height:25px;
	text-indent:10px;
	display:block;
	float:left;
	overflow:hidden;
	color:#666;
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
	-moz-box-shadow:2px 2px 5px #ddd inset;
	-webkit-box-shadow:2px 2px 5px #ddd inset;
	box-shadow:2px 2px 5px #ddd inset;
	background:#fff;
}
.ibtn{
	width:100px;
	height:38px;
	text-align:center;
	line-height:38px;
	-moz-border-radius: 5px;      /* Gecko browsers */
  -webkit-border-radius: 5px;   /* Webkit browsers */
  border-radius:5px;            /* W3C syntax */
	border:none;
	outline:none;
	cursor:pointer;
	margin:5px 20px 5px 5px;
	color:#fff;
}
.ibtn:hover{
	-moz-box-shadow:2px 2px 5px #333;
	-webkit-box-shadow:2px 2px 5px #333;
	box-shadow:2px 2px 5px #333;
	transition:0.6s;
}
/*底部表单*/
.fbiaodan{
	overflow:hidden;
	/*display: inline-block;
	*display: inline;
	*zoom:1; */
}
.fbiaodan .fitem{
	display:block;
	float: left;
	overflow:hidden;
}
.fbiaodan label{
	width:75px;
	float:left;
	line-height:45px;
	text-align: right;
	padding-right: 10px;
}
.ftext{
	height:50px;
	text-indent:10px;
	line-height:50px;
	border: none;
	border-right: none;
	overflow:hidden;
	width: 100%;
	background:rgba(255,255,255,0.8);
	display: block;
	font-size: 16px;
	margin-bottom: 15px;
}
.fcontent{
	width:100%;
	height:170px;
	border:none;
	padding:10px 10px 10px 10px;
	line-height:20px;
	overflow:hidden;
	background:rgba(255,255,255,0.8);
	/* -moz-box-shadow:2px 2px 5px #ccc inset;
	-webkit-box-shadow:2px 2px 5px #ccc inset;
	box-shadow:2px 2px 5px #ccc inset; */
}
.fbtn{
	cursor:pointer;
	/* display:inline-block;
	*display: inline;
	*zoom:1; */
	border:none;
	background:#D48B24;
	line-height:50px;
	text-align:center;
	/* margin-left: 75px; */
	float: left;
	outline:none;
	text-transform: uppercase;
	color:#fff;
	font-size: 16px;
	display: block;
	/* margin: 0px auto; */
	width: 220px;
}
.fbtn:hover{
	background: #222;
}
/*--联系我们通栏表单--*/
.cbiaodan{
	overflow:hidden;
	/* display: inline-block;
	*display: inline;
	*zoom:1; */
	background: #D2DCE5;
}
.cbiaodan p{
	display:block;
	float: left;
	width: 385px;
	padding: 5px 0;
	background: #fff;
	-moz-border-radius: 10px;      /* Gecko browsers */
  -webkit-border-radius: 10px;   /* Webkit browsers */
  border-radius:10px;            /* W3C syntax */
	overflow:hidden;
	position: relative;
}
.cbiaodan p i{
	width: 40px;
	height:40px;
	float: right;
	border-left: 1px solid #ddd;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #999;
	position: absolute;
	right: 0;
	top:5px;
}
.ctext{
	height:40px;
	text-indent:10px;
	line-height:40px;
	border:none;
	width:100%;
	/* margin-bottom: 15px; */
	overflow:hidden;
	/* -moz-box-shadow:2px 2px 5px #ccc inset;
	-webkit-box-shadow:2px 2px 5px #ccc inset;
	box-shadow:2px 2px 5px #ccc inset; */
	background:none;
}
.ccontent{
	width:100%;
	height:110px;
	border:none;
	padding:10px 10px 10px 10px;
	line-height:20px;
	overflow:hidden;
	background: none;
	/* -moz-box-shadow:2px 2px 5px #ccc inset;
	-webkit-box-shadow:2px 2px 5px #ccc inset;
	box-shadow:2px 2px 5px #ccc inset; */
}
.cbtn{
	cursor:pointer;
	/* display:inline-block;
	*display: inline;
	*zoom:1; */
	border:none;
	background:#819355;
	line-height:40px;
	text-align:center;
	float: right;
	padding: 0 15px;
	text-transform: uppercase;
	color:#fff;
	/* margin-top: 10px; */
	/* font-size: 16px; */
	display: block;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666; opacity:1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666;opacity:1;
}

textarea:-ms-input-placeholder,input:-ms-input-placeholder{
    color: #666;opacity:1;
}

textarea::-webkit-input-placeholder,input::-webkit-input-placeholder{
    color: #666;opacity:1;
}
/*---------------其它碎片样式代码------------*/
#about_box{
	overflow:hidden;
	position: relative;
	padding: 60px 30px 70px 30px;
	background: rgba(97,122,46,0.7)
}
#about_left{
	width:690px;
	float:left;
	overflow:hidden;
}
#about_zlm{
	overflow:hidden;
	width:auto;
	text-align: center;
}
#about_zlm a{
	/* display:block;
	line-height:35px;
	border:1px solid #ccc; */
	display: inline-block;
	*display: inline;
	*zoom:1;
	/* padding: 0 20px; */
	margin: 0 15px;
	/* font-size: 18px; */
}
#about_zlm a i{
	color: #888;
	margin-right: 10px;
}
#about_zlm a:hover{
	/* color:#fff;
	border-color:#0080FB;
	background:#0080FB; */
}
#about_pic{
	overflow:hidden;
	width: 555px;
	float: left;
}
#about_pic img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto 0 auto;
}
#about_right{
	width:615px;
	float: right;
	overflow: hidden;
}
#about_right img{
	max-width:100%;
	height:auto;
	display:block;
}
#about_right h4{
	font-size: 24px;
	display: block;
	font-weight: normal;
}
#about_title{
	overflow:visible;
	text-align: center;
}
#about_title .shang{
	overflow: hidden;
	font-size: 40px;
	color: #EE1D23;
	font-weight: bold;
}
#about_title .xia{
	overflow: visible;
	display: inline-block;
	*display: inline;
	*zoom:1;
	padding: 0px 30px;
	line-height: 50px;
	background: #EE1D23;
	font-size:20px;
	margin-top: 10px;
	color: #fff;
	position: relative;
}
#about_title .xia::before{
	content: "";
	width: 1000px;
	height: 1px;
	position: absolute;
	top:50%;
	right:100%;
	background: #EE1D23;
}
#about_title .xia::after{
	content: "";
	width: 1000px;
	height: 1px;
	position: absolute;
	top:50%;
	left:100%;
	background: #EE1D23;
}
#about_txt{
	overflow: hidden;
	line-height: 25px;
}
#about_txt h4{
	font-size: 20px;
	display: block;
	font-weight: normal;
	color: #035aaa;
}
#about_txt img{
	max-width:100%;
	height:auto;
	display:block;
	margin:6px 0 0 0;
}
#about_more{
	display:block;
	width: 120px;
	height:40px;
	border:1px solid #ddd;
	background: url(/web/pic/jiantou.png) center center no-repeat;
	transition: 0.6s;
}
#about_more:hover{
	background: url(/web/pic/jiantou_on.png) center center no-repeat #0C58AE;
	border-color: #0C58AE;
}
#news_box{
	overflow: hidden;
	padding: 30px 30px 15px 30px;
	background: rgba(255, 255, 255, 0.5);
}
#news_box img{
	max-width:100%;
	height:auto;
	display:block;
}
#other_box{
	width:300px;
	float:right;
	overflow:hidden;
	margin-top: 40px;
}
#other_box img{
	max-width:100%;
	height:auto;
	display:block;
}

/*---------我们的优势----------*/
.ys{
	overflow:hidden;
	height:290px;
	position: relative;
}
.ys_num{
	width: 75px;
	height: 60px;
	display: block;
	position: absolute;
	background: rgba(238, 28, 36, 0.8);
	color: #fff;
	line-height: 60px;
	text-align:center;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	z-index: 10;
	top:20px;
}
#ys_num1,#ys_num3{
	left: 535px;
}
#ys_num2,#ys_num4{
	left: 590px;
}
.ys_pic{
	overflow:hidden;
	width: 600px;
}
.ys_pic img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
}
#ys_pic1,#ys_pic3{
	float: left;
	animation-name: fadeInLeft;
}
#ys_pic2,#ys_pic4{
	float: right;
	animation-name: fadeInRight;
}
.ys_txt{
	overflow:hidden;
	width: 600px;
}
#ys_txt1,#ys_txt3{
	float: right;
	animation-name: fadeInRight;
	padding: 50px 0 0 45px;
}
#ys_txt2,#ys_txt4{
	float: left;
	animation-name: fadeInLeft;
	padding: 50px 45px 0 0;
}
/* #ys_txt5{
	left:95px;
	top:400px;
	animation-name: fadeInLeft;
}
#ys_txt6{
	right:40px;
	top:400px;
	animation-name: fadeInRight;
} */
.ys_txt dl{
	overflow:hidden;
}
.ys_txt dt{
	width: 60px;
	height: 75px;
	background: #FF8E01;
	color: #fff;
	text-align: center;
	padding: 10px;
	float: left;
}
.ys_txt dt span{
	display: block;
}
.ys_txt dt span.num{
	font-size: 30px;
}
.ys_txt dt span.line{
	width: 100%;
	height: 2px;
	background: #fff;
	margin-top: 10px;
}
.ys_txt dd{
	overflow:hidden;
	/* margin-left:  75px; */
}
.ys_txt h2{
	font-size:42px;
	display:block;
	/* margin-top: 5px; */
	/* text-transform: uppercase; */
	/* font-weight: normal; */
	color: #ee1c24;
}
.ys_txt p{
	display:block;
	color: #999;
	margin-top: 5px;
}
.ys_txt .ys_p{
	overflow:hidden;
	display:block;
	line-height:40px;
	color: #333;
	margin-top: 10px;
	font-size: 28px;
	font-family:"楷体";
}
/* .ys_txt ul{
	overflow:hidden;
	padding-left: 75px;
}
.ys_txt ul li{
	line-height:30px;
	padding-left:15px;
	background:url(/web/pic/i.png) left 11px no-repeat;
	margin-top: 10px;
} */
.news_l{
	overflow:hidden;
	width:550px;
	float: left;
}
.news_content{
	overflow:visible;
	width: 1250px;
}
.news_content dl{
	overflow:hidden;
	background: #fff;
	width: 585px;
	margin-top: 30px;
	margin-right: 30px;
	padding: 10px;
	-moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	box-shadow:0px 0px 5px #ccc;
	float: left;
}
.news_content dl a{
	display: block;
	overflow: hidden;
}
.news_content dl dt{
	width:220px;
	/* line-height:110px; */
	/* background: #fff; */
	text-align:center;
	overflow:hidden;
	float:left;
	transition:0.6s;
	/* border-right: 1px solid #ccc;
	font-size: 30px; */
}
.news_content dl:hover{
	/* border-color:  #026FD4;
	background: #FFF */
}
.news_content dl dt img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
.news_content dl:hover dt img{
	transform:scale(1.1);
}
.news_content dl dt span{
	display:block;
	color: #666;
}
.news_content dl dt .ri{
	font-size:56px;
	display:block;
	position:relative;
	margin-top:10px;
	/* font-weight: bold; */
}
.news_content dl dt .ri:after{
	/* content: ' ';
	height: 1px;
	top: 100%;
	position: absolute;
	width: 50px;
	left: 50%;
	margin-left:-25px;
	background:#fff; */
}
.news_content dl dt .nian{
	display:block;
	margin-top: 5px;
	font-size: 16px;
	font-weight: bold;
}
.news_content dl dd{
	margin-left:220px;
	overflow:hidden;
	padding: 10px 15px 0 15px;
	/* border-left:5px solid #F2F2F2; */
	/* height:90px; */
}
.news_content dl dd h3{
	display:block;
	font-size:16px;
	font-weight:normal;
}
.news_content dl dd p{
	margin-top:10px;
	overflow:hidden;
	line-height:25px;
	color: #666;
}
.news_content dl dd .jia{
	display: block;
	float: right;
	margin-top: 10px;
}
.news_content dl dd .more{
	color:#026FD4;
	/* margin-top:5px; */
	display:block;
	float: right;
}
.news_content dl dd .detail{
	background:#009946;
	color:#fff;
	font-size:12px;
	width:50px;
	height:20px;
	display:block;
	text-align:center;
	line-height:20px;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-10px;
	letter-spacing:5px;
}
.news_content dl dd .detail:hover{
	background-color:#000;
	border-color:#000;
	color:#fff;
	transition:0.5s;
}
#link_title{
	overflow:hidden;
	float:left;
	margin-right: 10px;
	color: #fff;
	font-size: 18px;
}

.index_ad{
	overflow:hidden;
}
.index_ad img{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	/* max-width:100%;
	height:auto;
	display:block; */
}
.index_ad_txt{
	overflow:hidden;
	margin-top: 115px;
}
.index_ad_txt .dazi{
	font-size: 48px;
	color: #fff;
	overflow: hidden;
	text-align: right;
	line-height: 60px;
}
.index_ad_txt .xiaozi{
	margin-top:20px;
	font-size:16px;
	color: #fff;
	line-height: 30px;
}
.index_ad_txt .detail{
	display: block;
	float: left;
	color:#fff;
	font-size: 18px;
	line-height: 40px;
	padding: 0 30px;
	background: #0299EC;
	transition: 0.6s;
	font-style: italic;
}
.index_ad_txt .detail:hover{
	background:#0081c2;
	border-color:#0081c2;
}
/*首页横排圆形图标*/
ul.yuan{
	width:1300px;
	overflow:hidden;
}
ul.yuan li{
	width:215px;
	/* display: inline-block;
	*display: inline;
	*zoom:1; */
	float: left;
	vertical-align: top;
	overflow:hidden;
	text-align:center;
	position: relative;
	margin-right: 31.25px;
}
ul.yuan li .pic{
	display:block;
	overflow:hidden;
	margin:0px auto;
	transition:0.6s;
	position:relative;
	width:145px;
	height:145px;
	background: #261452;
}
ul.yuan li img{
	display:block;
	max-width:100%;
	height:auto;
	transition:1s;
	margin:0px auto;
}
ul.yuan li:hover .pic{
	background: #AB1842;
}
ul.yuan li:hover img{
	/* transform:scale(1.1); */
	/* transform: rotate(360deg); */
}
ul.yuan li .zhezhao{
	display:block;
	position:absolute;
	z-index:3;
	background:url(../images/lm_yuan.png) no-repeat;
	width:100%;
	height:225px;
	left:0;
	top:0;
}
ul.yuan li:hover .zhezhao{

}
ul.yuan li .shuzi{
	display: block;
	font-size: 44px;
	color: #fff;
}
ul.yuan li h3{
	font-size:18px;
	/* line-height: 30px; */
	display:block;
	margin-top:20px;
	text-align:center;
	overflow:hidden;
	/* text-transform: uppercase; */
	font-weight: normal;
}
ul.yuan li:hover h3{
	/* color: #b90000; */
}
ul.yuan li p{
	display:block;
	overflow:hidden;
	margin-top:10px;
	color:#666;
	line-height: 30px;
	font-size: 16px;
}
ul.yuan li span.line{
	width:45px;
	display:block;
	height:4px;
	margin:15px auto 0px auto;
	background:#fff;
}
ul.yuan li .miaoshu{
	display:block;
	overflow:hidden;
	line-height:25px;
	margin-top:15px;
	color:#666;
}
ul.yuan li .more{
	display: block;
	margin-top: 20px;
	color: #BD201B;
}

#vlist{
	width:1250px;
	overflow:hidden;
}
#vlist li{
	width:385px;
	float:left;
	overflow:hidden;
	margin-right:20px;
	text-align:center;
}
#vlist li .pic{
	display:block;
	width:100%;
	position:relative;
	overflow:hidden;
}
#vlist li .pic img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
#vlist li:hover .pic img{
	transform:scale(1.1);
}
#vlist li .zhezhao{
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(0,0,0,0.5);
	z-index:10;
	left:0;
	top:0;
}
#vlist li .pic i{
	color:#fff;
	font-size:40px;
	margin:30% auto 0 auto;
	transition:1s;
}
#vlist li:hover .pic i{
	transform:rotate(360deg);
}
#vlist li .vinfo{
	overflow: hidden;
	margin-top: 20px;
}
#vlist li h3{
	font-size:18px;
	display:block;
	font-weight:normal;
}
#vlist li p{
	line-height:20px;
	color:#666;
	margin-top:10px;
	display:block;
}

/* banner */
.banner { width: 100%; min-width:1200px;height:575px; overflow: hidden; position: relative; text-align: center;background:#fff!important; }
.banner:hover .ctrl { width: 1200px; margin-left: -600px; opacity: 1; filter: alpha(opacity = 100); }
.banner .bd { height:575px; position: relative; left: 50%; margin-left: -960px;}
.banner .bd li { width: 1920px; }
/*banner2*/
.bxslider{
	min-width:1200px;
}
.bxslider li{
	height:575px;
}
.bxslider li a{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
}
.maplist dl{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}
.maplist dl dt{
	display:block;
	line-height:30px;
	background:#f0f0f0;
	font-size:18px;
	text-indent:25px;
}
.maplist dl dd{
	margin-top:20px;
	padding-left:30px;
}
.maplist dl dd a{
	margin-right:30px;
}
.index_lm{
	overflow: visible;
}
.index_lm li{
	float:left;
	width:20%;
	overflow:visible;
	/* background: #fff;
	padding-bottom: 30px;
	-moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	box-shadow:0px 0px 5px #ccc; */
	text-align: center;
	transition: 0.6s;
}
.index_lm li:hover{
	background: #F39F00;
	-moz-box-shadow:0px 0px 5px #7D5200;
	-webkit-box-shadow:0px 0px 5px #7D5200;
	box-shadow:0px 0px 5px #7D5200;
}
.index_lm li a{
	display:block;
	overflow:hidden;
	height:160px;
}
.index_lm li h3{
	display:block;
	/* text-transform:uppercase; */
	font-size:16px;
	font-weight:normal;
	margin-top:15px;
	color: #fff;
}
.index_lm li:hover h3{
}
.index_lm li img{
	display:block;
	max-width:35px;
	height:auto;
	margin: 45px auto 0 auto;
}

#so{
	display:block;
	cursor:pointer;
	float:left;
	margin-left: 20px;
	width:30px;
	height:80px;
	/* background: url(/web/pic/so.png) center right no-repeat; */
}
#so i{
	/* width:30px;
	height:30px; */
	font-size:16px;
	/* color:#0078AD;
	background: #fff; */
	text-align: center;
	line-height: 80px;
}
#search_box{
	background:#f0f0f0;
	position:absolute;
	top:80px;
	right:180px;
	z-index:99999;
	padding:10px;
	display:none;
	border:1px solid #ccc;
}
#search_box:before{
	border: solid transparent;
	content: ' ';
	height: 0;
	bottom: 100%;
	position: absolute;
	width: 0;
	border-width: 10px;
	border-bottom-color: #f0f0f0;
	right:10px;
}
#hot_l{
	width:auto;
	max-width:870px;
	overflow:hidden;
	float:left;
	line-height:68px;
}
#hot_l span{
	display:block;
	float:left;
	color: #fff;
	font-size: 18px;
	width: 153px;
	text-align: center;
	margin-right: 20px;
}
#hot_l a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-left: 10px;
	/* border-right:1px solid #fff;
	line-height:13px;
	height:13px; */
	color: #fff;
}
#other{
	height:70px;
	position:relative;
	cursor:pointer;
	float:right;
	margin-left: 20px;
}
#other p{
	display:block;
	line-height:70px;
	cursor:pointer;
	font-size: 16px;
}
#other p i{
	font-size:18px;
}
#other p .fa-dribbble{
	margin-right: 10px;
}
#other p .fa-angle-down{
	margin-left: 15px;
}
#other ul{
	position:absolute;
	right:0;
	top:70px;
	width:100%;
	display:none;
	background:rgba(0,0,0,0.6);
	z-index:9999999;
}
#other ul li{
	line-height:40px;
	text-align:center;
	border-bottom:1px dotted #ccc;
}
#other ul li a{
	color:#fff;
	display:block;
	transition:0.6s;
}
#other ul li a:hover {
	background:#292929;
}
#other:hover ul{
	display:block;
}

/*首页产品循环*/
.index_pro{
	margin-top:40px;
	overflow:hidden;
}
.index_pro ul{
	width:1250px;
	overflow:hidden;
}
.index_pro ul li{
	width:285px;
	float:left;
	overflow:hidden;
	text-align:center;
	margin-right:20px;
}
.index_pro ul li img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
	border:1px solid #ccc;
}
.index_pro ul li:hover img{
	border-color:#0000FE;
}
.index_pro ul li h3{
	display:block;
	margin-top:10px;
}
.index_pro ul li h3 a{
	font-weight:normal;
	font-size:14px;
}


#top_tel{
	overflow:hidden;
	height:55px;
	line-height: 55px;
	padding-left: 53px;
	background:url(/web/pic/t2.png) 10px center no-repeat #AF1B1B;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}

#top_email{
	padding-left:35px;
	background:url(/web/pic/w.png) left center no-repeat;
	line-height: 38px;
	float: right;
	margin-left: 40px;
}
#top_tel i,#top_email i{
	color:#e1e1e1;
	margin-right: 10px;
}


#footer_nav{
	overflow:hidden;
	text-align: center;
	padding: 30px 0;
}
#footer_nav a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:0 30px;
	line-height:13px;
	text-transform: capitalize;
	border-right:1px solid #666;
	color: #666;
	text-transform: uppercase;
}
#footer_nav a i{
	width:25px;
	height:25px;
	float:left;
	line-height:25px;
	border:1px solid #fff;
	font-size:16px;
	margin-right:10px;
}
#footer_nav a:last-child{
	padding-right:0!important;
	border:none!important;
	margin-right: none!important
}
/*选项卡1*/
#slideBox1{
	overflow:visible;
}
#slideBox1 .hd{
	overflow:visible;
}
#slideBox1 .hd ul{
	width:auto;
	overflow:visible;
	text-align: center;
}
#slideBox1 .hd ul li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	/* float:left; */
	cursor:pointer;
	position:relative;
	overflow:visible;
	margin:0 10px;
	background: #858585;
}
#slideBox1 .hd ul li a{
	/* display:inline-block;
	*display:inline;
	*zoom:1; */
	display: block;
	line-height:40px;
	padding: 0 10px;
	color: #fff;
	text-align:center;
	font-size: 18px;
	/* font-weight: bold;
	text-transform: uppercase; */
	/* display: flex;
  justify-content:center;
  align-items:Center;*/
	/* border-right: 1px solid #999; */

}
#slideBox1 .hd ul li.on{
	background: #EF1A20;
	/* border-color: #e01200;
	color: #fff; */
}
#slideBox1 .hd ul li.on a{
	color: #fff;
}
#slideBox1 .hd ul li.on:after{
	border: solid transparent;
	content: ' ';
	height: 0;
	top:100%;
	position: absolute;
	width: 0;
	border-width: 10px;
	left: 50%;
	margin-left:-10px;
	border-top-color:#EF1A20;
}
#slideBox1 .bd{
	margin:0px auto;
	overflow:visible;
}
#slideBox1 .bd ul{
	/* overflow:visible;
	width:auto; */
}
#slideBox1 .bd ul img{
	max-width:100%;
	height:auto;
	display:block;
}
/*选项卡2*/

.slideBox2{
	margin-top:50px;
	overflow:hidden;
}
.slideBox2 .hd{

}
.slideBox2 .hd ul{
	width:100%;
	overflow:hidden;
	border-left:1px solid #ccc;
}
.slideBox2 .hd ul li{
	font-size:18px;
	float:left;
	height:45px;
	line-height:45px;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	background:#fff;
	padding:0 20px;
	cursor:pointer;
}
.slideBox2 .hd ul li a{
	display:block;
}
.slideBox2 .bd{
	border:1px solid #ccc;
}
.slideBox2 .bd ul{
	padding:10px;
	overflow:hidden;
}
/*选项卡3*/
.slideBox3{
	overflow:visible;
	position: relative;
	height: 415px;
}
.slideBox3 .hd{
	overflow:visible;
	width:245px;
	float: left;
}
.slideBox3 .hd .arrow .next,.slideBox3 .hd .arrow .prev{
	width: 45px;
	height:55px;
	display: block;
	position: absolute;
	z-index: 20;
	color: #fff;
	font-size: 28px;
	line-height: 55px;
	text-align: center;
	cursor:pointer;
}
.slideBox3 .hd .arrow .next i,.slideBox3 .hd .arrow .prev i{
	line-height: 55px;
}
.slideBox3 .hd .arrow .next{
	right:40px;
	bottom:33px;
	background: #FF8E01;
}
.slideBox3 .hd .arrow .prev{
	right:85px;
	bottom:33px;
	background: #0079C8;
}
.slideBox3 .hd ul{
	overflow: visible;
}
.slideBox3 .hd ul li{
	display:block;
	cursor:pointer;
	position:relative;
	height:100px;
	background: #0079C8;
	display: flex;
  justify-content:center;
  align-items:Center;
	margin-bottom: 5px;
}
.slideBox3 .hd ul li a{
	display: block;
	color: #fff;
	padding: 0 20px;
	line-height: 30px;
	text-align: center;
}
.slideBox3 .hd ul li a h3{
	font-size: 16px;
	font-weight: normal;
}
.slideBox3 .hd ul li a p{
	font-size: 12px;
}
.slideBox3 .hd ul li.on{
	background: #0079C8;
}
.slideBox3 .hd ul li.on a{
	color:#fff;
}
.slideBox3 .hd ul li.on:after{
	border: solid transparent;
	content: ' ';
	height: 0;
	top: 50%;
	position: absolute;
	width: 0;
	border-width: 10px;
	border-left-color: #0079C8;
	left: 100%;
	margin-top:-10px;
}
.slideBox3 .bd{
	width:935px;
	height:415px;
	background: #fff;
	-moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	box-shadow:0px 0px 5px #ccc;
	float:right;
	overflow:visible;
}
/* .slideBox3 .bd:before{
	border: solid transparent;
	content: ' ';
	height: 0;
	top: 50%;
	position: absolute;
	width: 0;
	border-width: 40px;
	border-right-color: #fff;
	right: 100%;
	margin-top:-20px;
} */
.slideBox3 .bd ul{
	overflow:visible;
}
.slideBox3 .bd ul img{
	max-width: 100%;
	height: auto;
	display: block;
}
.slideBox3 .bd ul dl{
	overflow: hidden;
}
.slideBox3 .bd ul dl dt{
	width: 555px;
	float: left;
	overflow: hidden;
}
.slideBox3 .bd ul dl dd{
	margin-left: 570px;
	padding: 75px 60px 0 0;
	overflow: hidden;
}
.slideBox3 .bd ul dl dd h2{
	display: block;
	font-size: 20px;
	font-weight: normal;
}
.slideBox3 .bd ul dl dd .line{
	display: block;
	margin-top: 10px;
	width: 40px;
	height: 1px;
	background: #0079C8;
}
.slideBox3 .bd ul dl dd .brief{
	overflow: hidden;
	margin-top: 25px;
	line-height: 30px;
}
/* .slideBox3 .bd ul li{
	width:275px;
	float:left;
	overflow:hidden;
	margin:0px 12.5px 12.5px 0px;
	text-align:center;
	background: #fff;
	padding-bottom: 10px;
}
.slideBox3 .bd ul li .pic{
	display: block;
}
.slideBox3 .bd ul li .pic img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
	margin:0px auto;
}
.slideBox3 .bd ul li:hover .pic img{
	transform: scale(1.1);
}
.slideBox3 .bd ul h3{
	display:block;
	font-weight:normal;
	font-size:14px;
	margin-top: 10px;
}
.slideBox3 .bd ul li:nth-child(1){
	-webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.slideBox3 .bd ul li:nth-child(2){
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.slideBox3 .bd ul li:nth-child(3){
	-webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.slideBox3 .bd ul li:nth-child(4){
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.slideBox3 .bd ul li:nth-child(5){
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.slideBox3 .bd ul li:nth-child(6){
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
} */
/*选项卡1*/
.slideBox4{
	margin:0px auto;
	overflow:visible;
}
.slideBox4 .hd{
	overflow:visible;
}
.slideBox4 .hd ul{
	text-align: center;
}
.slideBox4 .hd ul li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	/* float:left; */
	cursor:pointer;
	position:relative;
	overflow:visible;
	margin: 0 10px;
}
.slideBox4 .hd ul li:last-child{
	border: none;
}
.slideBox4 .hd ul li a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	text-align:center;
	font-size: 16px;
	line-height:35px;
	/* display: flex;
  justify-content:center;
  align-items:Center;*/
	padding: 0 20px;
}
.slideBox4 .hd ul li.on{
	background:#0078AD;
}
.slideBox4 .hd ul li.on a{
	color:#fff;
}
.slideBox4 .hd ul li.on:after{
	border: solid transparent;
	content: ' ';
	height: 0;
	top:100%;
	position: absolute;
	width: 0;
	border-width: 10px;
	left: 50%;
	margin-left:-10px;
	border-top-color:#0079AE;
}
.slideBox4 .bd{
	margin:0px auto;
}
.slideBox4 .bd ul{
	overflow:hidden;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox4 .arrow{
	position:absolute;
	top:150px;
	width:100%;
}
.slideBox4 .arrow a{
	display:block;
}
.slideBox4 .arrow a i{
	width:25px;
	height:25px;
	background:#999;
	line-height:25px;
	text-align:center;
	display:block;
	cursor:pointer;
	font-size:16px;
	font-weight:bold;
	color:#fff;
}
.slideBox4 .arrow a:hover i{
	background:#00b3dc;
	color:#fff;
}
.slideBox4 .arrow .prev{
	float:left
}
.slideBox4 .arrow .next{
	float:right;
}
/*文字左右滚动*/
.txt-left{
	width:995px;
	position:relative;
	float:left;
	margin-left:20px;
}
.txt-left .hd{
	overflow:hidden;
	float:left;
	width:25px;
	margin-right:20px;
	display:none;
}
.txt-left .hd .prev,.txt-left .hd .next{
	display:block;
	width:5px;
	height:9px;
	margin-top:10px;
	overflow:hidden;
	cursor:pointer;
	float:left;
	background:url("../images/icoLeft.gif") no-repeat;
}
.txt-left .hd .next{
	background:url("../images/icoRight.gif") no-repeat;
	margin-left:10px;
}
.txt-left .bd .tempWrap{
	width:900px !important;
}/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.txt-left .bd ul{
	overflow:hidden;
	zoom:1;
}
.txt-left .bd ul li{
	margin-right:20px;
	float:left;
	height:25px;
	line-height:25px;
	text-align:left;
	_display:inline;
	width:auto !important;
}/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */
.txt-left .bd ul li span{
	color:#999;
	margin-left:10px;
}

/* 图片向左滚动*/
.picMarquee-left{
	width:645px!important;
	overflow:hidden;
	position:relative;
}
.picMarquee-left .hd{
	overflow:hidden;
	height:30px;
	background:#f4f4f4;
	padding:0 10px;
	display:none;
}
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{
	display:block;
	width:5px;
	height:9px;
	float:right;
	margin-right:5px;
	margin-top:10px;
	overflow:hidden;
	cursor:pointer;
	background:url("../images/arrow.png") no-repeat;
}
.picMarquee-left .hd .next{
	background-position:0 -50px;
}
.picMarquee-left .hd .prevStop{
	background-position:-60px 0;
}
.picMarquee-left .hd .nextStop{
	background-position:-60px -50px;
}
.picMarquee-left .bd{
	overflow:hidden;
}
.picMarquee-left .bd ul{
	overflow:hidden;
	zoom:1;
}
.picMarquee-left .bd ul li{
	width:145px!important;
	float:left;
	_display:inline;
	overflow:hidden;
	margin-right:15px;
}
.picMarquee-left .bd ul li img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	border:3px solid #fff;
}
.picMarquee-left .bd ul li .title{
	padding:15px;
}
/* 本例子css */
.picMarquee-top{ margin:0 auto;  width:390px; overflow:hidden; position:relative;}
.picMarquee-top .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px; display:none;}
.picMarquee-top .hd .prev,.picMarquee-top .hd .next{ display:block;  width:9px; height:5px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
	 cursor:pointer; background:url("../images/arrow.png") 0 -100px no-repeat;}
.picMarquee-top .hd .next{ background-position:0 -140px;  }
.picMarquee-top .hd .prevStop{ background-position:-60px -100px;  }
.picMarquee-top .hd .nextStop{ background-position:-60px -140px;  }
.picMarquee-top .bd{}
.picMarquee-top .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-top .bd ul li{zoom:1;margin-top:20px; }
.picMarquee-top .bd ul li .pic{ text-align:center; height:130px;overflow:hidden;}
.picMarquee-top .bd ul li .pic img{ width:100%; height:auto; display:block; margin-top:-80px;}
.picMarquee-top .bd ul li .title{overflow:hidden;padding-top:15px;}


/*---平行四边形-----*/

.pingxing {
	/* display:inline-block;
	*display: inline;
	*zoom:1;
	padding: 0px 20px; */
	display: block;
	float: left;
	overflow: hidden;
	background:#F48221;
	transform: skew(-40deg);
	height:65px;
	width: 100%;
}

/*－－－六边形---
<div class="boxF" id="cp($step /)">
	<div class="boxS">
		<div class="boxT" style="background-image: url(($picurl /));">
			<a href="($theurl /)" title="($titles /)">
			<div class="overlay">
				<div class="name transition3">($title /)</div>
			</div>
			</a>
		</div>
	</div>
</div>
*/
.boxF, .boxS, .boxT, .overlay
{
	/*如果要尖朝上则把数字改为200x250即可，记得背景要换成正方形的图片才能铺满*/
	/*如果要平顶朝上则把数字改为213x185即可，记得背景要换成正方形的图片才能铺满*/
	/*小数除以大数需要＝0.8*/
	width: 215px;
	height: 172px;
	overflow: hidden;
}
.boxF, .boxS
{
	/*如果要尖朝上则把数字改为200x250即可，记得背景要换成正方形的图片才能铺满*/
	/*如果要平顶朝上则把数字改为213x185即可，记得背景要换成正方形的图片才能铺满*/
	width: 215px;
	height: 172px;
	visibility: hidden;
}
.boxF
{
	/*需要不规则排列绝对定位需要将此处改为position:absolute然后和其它元素一样定位即可*/
	position:absolute;
	transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	-moz-transform: rotate(120deg);
	-webkit-transform: rotate(120deg);
}
.boxS
{
	transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
}
.boxT
{

	/* background: no-repeat 50% center;
	background-size: 125% auto; */
	background-size: cover;
	transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	visibility: visible;
}
.overlay
{
	transition: all 550ms ease-in-out 0s;
	/* display: none; */
	position: relative;
}
.overlay:hover
{
	background-color: rgba(0,0,0,0.3);
}
.boxT:hover .overlay
{
	display: block;
}
.overlay .name{
	display: inline-block;
	position: absolute;
	top: 65px;
	left:0;
	font-size:32px;
	text-align:center;
	color:#009fe8;
	width:100%;
}
/*----菱形------
<li id="li1">
	<a href="#">
		<img src="/web/pic/1.jpg" alt="">
		<span class="kuang"><h4>标题</h4></span>
	</a>
</li>
*/
#lingxing{
	width:100%;
	overflow:hidden;
	height:325px;
	position:relative;
}
#lingxing li{
	position:absolute;
	width:220px;
	height:220px;
	overflow:hidden;
}
#lingxing li .kuang{
	display:block;
	width:152.5px;
	height:152.5px;
	position:absolute;
	overflow:hidden;
	top:0px;
	left:0px;
	z-index:1;
	background: rgba(0, 0, 0, 0.5);
	filter:alpha(opacity=0);
  -moz-opacity:0;
  -khtml-opacity: 0;
  opacity: 0;
	transition: 1s;
}
#lingxing li:hover .kuang{
	filter:alpha(opacity=100);
  -moz-opacity:1;
  -khtml-opacity: 1;
  opacity: 1;
}
#lingxing li a{
	display:block;
	width:152.5px;
	height:152.5px;
	overflow:hidden;
	text-align:center;
	position:absolute;
	z-index:10;
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	top:31px;
	left:31px;
	border:2px solid #ccc;
}
#lingxing li img{
	max-width:100%;
	height:auto;
	display:block;
	transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}
#lingxing li h4{
	font-size:18px;
	font-weight:normal;
	position:absolute;
	z-index:5;
	left:50%;
	bottom:60px;
	width:120px;
	text-align:center;
	margin-left:-60px;
	word-break:break-word;
	transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);

	color:#fff;
}
#lingxing #li1{
	left:1px;
	top:1px;
}
#lingxing #li2{
	left:216px;
	top:1px;
}
#lingxing #li3{
	left:432px;
	top:1px;
}
#lingxing #li4{
	left:648px;
	top:1px;
}
#lingxing #li5{
	left:864px;
	top:1px;
}
#lingxing #li6{
	left:108px;
	top:108px;
}
#lingxing #li7{
	left:324px;
	top:108px;
}
#lingxing #li8{
	left:540px;
	top:108px;
}
#lingxing #li9{
	left:756px;
	top:108px;
}
#lingxing #li10{
	left:972px;
	top:108px;
}
#shuzi_zone ul{
	overflow:hidden;
	text-align:center;
}
#shuzi_zone ul li{
	width:230px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 30px;
	text-align:center;
}
#shuzi_zone ul li .ico{
	display:block;
	margin:0px auto;
}
#shuzi_zone ul li .shuzi{
	display:block;
	font-weight:bold;
	font-size:55px;
	color:#0282C9;
}
#shuzi_zone ul li p{
	display:block;
	margin-top:10px;
	line-height:25px;
	text-transform:uppercase;
}
/* 本例子css */
.txtMarquee-top{overflow:visible; position:relative;}
.txtMarquee-top .hd{ overflow:hidden;position: absolute;right:0;top:-90px;}
.txtMarquee-top .hd i{
	line-height: 35px;
}
.txtMarquee-top .hd .prev,.txtMarquee-top .hd .next{
	display:block;
	width:35px;
	height:35px;
	float:right;
	margin-right:5px;
	margin-top:10px;
	overflow:hidden;
	cursor:pointer;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.txtMarquee-top .hd .prev{
	background: #DFDFDF;
}
.txtMarquee-top .hd .next{
	background: #028CD7;
}
.txtMarquee-top .bd{}
.txtMarquee-top .infoList li{overflow:hidden;}

#index_fenlei{
	overflow:hidden;
}
#index_fenlei dl{
	overflow:hidden;
	float: left;
	width: 400px;
	height:170px;
	padding: 0 15px;
}
#index_fenlei dl:nth-child(even){
	background: #F9F7F8;
}
#index_fenlei dl dt{
	height:170px;
	float:left;
	overflow:hidden;
	display: flex;
  justify-content:center;
  align-items:Center;
	width: 120px;
}
#index_fenlei dl dd{
	margin-left: 130px;
	height:170px;
	overflow: hidden;
	display: flex;
  justify-content:center;
  align-items:Center;
	font-size: 24px
}

#liucheng{
	width:1350px;
	overflow:hidden;
}
#liucheng li{
	width:160px;
	float:left;
	overflow:hidden;
	text-align:center;
	vertical-align: top;
	margin-right:48px;
	padding-right: 48px;
	background: url(/web/pic/xian.png) right 10px no-repeat;
}
#liucheng li .pic{
	width: 60px;
	display: block;
	margin: 0px auto;
}
#liucheng li .pic img{
	display:block;
	margin: 0px auto;
}
#liucheng li h5{
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	margin-top: 20px;
}
#liucheng li .txt{
	display:block;
	margin-top:10px;
	color: #fff;
	line-height: 20px;
}

#ny_zlm_zone{
	background:#f9f9f9;
	padding:15px 0;
	border-bottom:1px solid #ccc;
}
.ny_zlm{
	overflow:hidden;
	text-align:center;
}
.ny_zlm a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:40px;
	font-size:16px;
	background:#fff;
	border:1px solid #ccc;
	margin:0 15px;
	padding:0 20px;
	transition:0.6s;
}

/*滚动新版可以循环*/
.scroll{
	width:auto;
	overflow:visible;
}
.scroll .item1{
	overflow:hidden;
	transition:0.6s;
	padding: 5px;
	background: #fff;
	text-align: center;
}
.scroll .item1:hover{
	background: #0081c2;
}
.scroll .item1 .pic{
	display:block;
	overflow:hidden;
	position:relative;
}
.scroll .item1 img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto 0 auto;
	transition:0.6s;
	/* border:1px solid #ccc; */
}
.scroll .item1:hover img{
	/* border-color:#007FC4; */
	transform:scale(1.1);
}
.scroll .item1 .txt{
	margin-top: 10px;
	padding-top: 10px;
	background: url(/web/pic/txt.jpg) top center repeat-x;
}
.scroll .item1 h3{
	display:block;
	font-size:18px;
	overflow:hidden;
	font-weight:normal;
	height:55px;
	line-height: 55px;
}
.scroll .item1:hover h3 a{
	color: #fff;
}
.scroll .item1 p{
	display:block;
	overflow:hidden;
	color:#666;
	margin-top:10px;
	line-height: 25px;
}
.scroll .item1 .detail{
	/* display:inline-block;
	*display:inline;
	*zoom:1;
	padding:5px 10px;
	border:1px solid #666; */
	display:block;
	margin-top:10px;
	color:#999;
	transition:0.6s;
}
.scroll .item1:hover .detail{
	/* background:#01A7E1;
	border-color:#01A7E1;
	color:#fff; */
}
/*--------标题浮动在图片上-------*/
.scroll .item2{
	position:relative;
	overflow:hidden;
	height:410px;
}
.scroll .item2 .pic{
	display: block;
	overflow: hidden;
}
.scroll .item2 img{
	max-width:100%;
	height:auto;
	display:block;
	transition: 0.6s;
}
.scroll .item2:hover img{
	transform: scale(1.1);
}
.scroll .item2 a{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
}
.scroll .item2 .txt{
	height: 260px;
	margin-top: 100px;
	overflow: hidden;
	background: #027000;
	transition: 0.6s;
	padding: 168px 25px 0 25px;
	text-align: center;
}
.scroll .item2 .txt h4{
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}
.scroll .item2 .txt .detail{
	margin: 0px auto;
	transition: 0.6s;
}
.scroll .item2:hover .txt{
	background: #B90000;
}
.scroll .item2:hover .txt .detail{
	transform: rotate(360deg);
}
.scroll .item2 h3{
	width:100%;
	display:block;
	position:absolute;
	left:0;
	bottom:0px;
	z-index:5;
	background: rgba(0,0,0,0.5);
	color:#fff;
	font-size:14px;
	/* text-transform: uppercase; */
	line-height:35px;
	font-weight: normal;
	padding-left: 15px;
}

/*-----普通的样式-----*/
.scroll .item3{
	overflow:hidden;
	transition:0.6s;
	text-align: center;
	/*阴影
	margin:5px;
	-moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	box-shadow:0px 0px 5px #ccc;*/
}
.scroll .item3 a{
	display: block;
	overflow: hidden;
}
.scroll .item3 .pic{
	display:block;
	overflow:hidden;
	border: 1px solid #ccc;
}
.scroll .item3:hover,.scroll .item3:hover .pic{
	border-color:#EE1D23;
}
.scroll .item3 img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
	transition:0.6s;
}

.scroll .item3:hover img{
	transform:scale(1.1);
}
.scroll .item3 h3{
	display:block;
	font-size:16px;
	overflow:hidden;
	margin-top:15px;
	transition: 0.6s;
	font-weight: normal;
}
.scroll .item3 p{
	display:block;
	overflow:hidden;
	line-height:22px;
	color:#666;
	margin-top:10px;
}
.scroll .item3 .detail{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:30px;
	height:30px;
	line-height: 28px;
	text-indent: 2px;
	/* text-align: left; */
	border:1px solid #ccc;
	background:#f9f9f9;
	/* display: block; */
	text-transform: uppercase;
	margin-top:30px;
	/* color:#251351;
	float: right; */
}
.scroll .item3:hover .detail{
	background:#e01200;
	border-color:#e01200;
	color:#fff;
}
/*---鼠标经过遮罩层---*/
.scroll .item4{
	overflow:hidden;
	position:relative;
	text-align: center;
	margin: 5px;
	background: #fff;
	padding:10px;
	border: 1px solid #ccc;
	-moz-box-shadow:0px 0px 5px #777;
	-webkit-box-shadow:0px 0px 5px #777;
	box-shadow:0px 0px 5px #777;
}
.scroll .item4:hover{
	border: 1px solid #026FD4;
	-moz-box-shadow:0px 0px 5px #026FD4;
	-webkit-box-shadow:0px 0px 5px #026FD4;
	box-shadow:0px 0px 5px #026FD4;
}
.scroll .item4 img{
	max-width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
.scroll .item4:hover img{
	transform:scale(1.1);
}
.scroll .item4 a{
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;
	background:rgba(0,0,0,0.7);
	transition:0.6s;
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	opacity: 0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	transform:scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
	padding: 10px;
}
.scroll .item4:hover a{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.scroll .item4 a .kuang{
	width:100%;
	height:100%;
	display:block;
	border:1px solid #fff;
	padding: 0 15px;
}
.scroll .item4 a i{
	font-size:16px;
	line-height:30px;
	width:30px;
	height:30px;
	display:block;
	margin:25% auto 0 auto;
	background:#fff;
}
.scroll .item4 a h3{
	font-size:18px;
	color:#fff;
	display:block;
	margin-top: 20px;
	font-weight:normal;
	line-height: 30px;
}
.scroll .item4 .time{
	width: 80px;
	height:80px;
	position: absolute;
	z-index: 5;
	top:0;
	right: 0;
	color: #fff;
	background: #027000;
}
.scroll .item4 .time span{
	display: block;
}
.scroll .item4 .time .ri{
	font-size: 36px;
	font-weight: bold;
	margin-top: 8px;
}
/*第5种*/
.scroll .item5{
	overflow: visible;
	position: relative;

}
.scroll .item5 a{
	display: block;
	overflow: hidden;
}
.scroll .item5 .info{
	width: 1005px;
	height:520px;
	overflow: hidden;
	border: 1px solid #ddd;
	-moz-box-shadow:2px 2px 5px #ccc;
	-webkit-box-shadow:2px 2px 5px #ccc;
	box-shadow:2px 2px 5px #ccc;
	padding: 60px 60px 0 505px;
	float: right;
	margin: 0 5px 5px 0;
}
.scroll .item5 .info h3{
	display: block;
	font-size: 24px;
	font-weight: normal;
	line-height: 35px;
}
.scroll .item5 .info h3 .jia{
	display: inline-block;
	*display: inline;
	*zoom:1;
	margin-left: 20px;
	vertical-align: middle;
}
.scroll .item5 .info .brief{
	color: #666;
	line-height:30px;
}
.scroll .item5 .pic{
	width: 640px;
	overflow: hidden;
	padding: 20px;
	border: 1px solid #ccc;
	position: absolute;
	left: 0;
	top:40px;
	z-index: 10;
}
.scroll .item5 .pic img{
	max-width: 100%;
	height: auto;
	display: block;
}

.scroll .owl-prev,.scroll .owl-next{
	position:absolute;
	bottom:0;
	width:35px;
	height:35px;
	border:2px solid #ccc;
	-moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius:100%;
	text-align:center;
	top:50%;
	margin-top:-17.5px;
	z-index:20;
	background: #fff;
	text-indent: -999em;
	font-size: 0;
	line-height: 0;
}

.scroll .owl-prev:hover .fa,.scroll .owl-next:hover .fa{
	color:#fff;
}
.scroll .owl-prev .fa,.scroll .owl-next .fa{
	color:#333;
	line-height:30px;
	font-size:22px!important;

}

.scroll .owl-prev{
	left:-50px;
}
.scroll .owl-next{
	right:-50px;
}

#scroll100{
	padding-bottom: 50px;
}
#scroll100 .owl-prev{
	left:-50px!important;
	bottom:50%!important;
	margin-bottom: -17.5px;
}
#scroll100 .owl-next{
	right:-50px!important;
	bottom:50%!important;
	margin-bottom: -17.5px;
}
#scroll100 .owl-prev .fa,#scroll100 .owl-next .fa{

}
.news_l .owl-dots{
	margin-top: 0px!important;
	position: absolute;
	left:0;
	bottom:10px;
	text-align: right!important;
}
.scroll .owl-dots{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.scroll .owl-dots .owl-dot{
	width:12px;
	height:12px;
	-moz-border-radius: 100%;      /* Gecko browsers */
  -webkit-border-radius: 100%;   /* Webkit browsers */
  border-radius:100%;            /* W3C syntax */
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 5px;
	background:#fff;
	border: 2px solid #EE1D23;
}
.scroll .owl-dots .owl-dot.active{
	background-color:#EE1D23;
}
/*相关产品*/
#xgcp{
	width:auto;
	padding:0 35px;
}
#xgcp .item{
	text-align:center;
	overflow:hidden;
}
#xgcp .item img{
	max-width:100%;
	height:auto;
	display:block;
	margin:0px auto;
}
#xgcp .item h3{
	display:block;
	margin-top:10px;
	font-size:14px;
	font-weight:normal;
}
#xgcp .owl-prev,#xgcp .owl-next{
	position:absolute;
	top:50%;
	width:25px;
	height:25px;
	margin-top:-12.5px;
	background:#c2c2c2;
	-moz-border-radius: 100%;      /* Gecko browsers */
    -webkit-border-radius: 100%;   /* Webkit browsers */
    border-radius:100%;            /* W3C syntax */
	text-align:center;

}

#xgcp .owl-prev:hover .fa,#xgcp .owl-next:hover .fa{
	color:#fff;
}
#xgcp .owl-prev .fa,#xgcp .owl-next .fa{
	color:#fff;
	line-height:25px;
	font-size:18px!important;
}

#xgcp .owl-prev{
	left:0px;
}
#xgcp .owl-next{
	right:0px;
}

/*问答伸缩*/
#faqlist{
	overflow:hidden;
}
#faqlist dl{
	overflow:hidden;
	margin-bottom:20px;
}
#faqlist dl dt{
	height:50px;
	line-height:50px;
	display:block;
	background:#f0f0f0;
	padding-left:20px;
	cursor:pointer;
}
#faqlist i{
	float:left;
	width:25px;
	height:25px;
	border:1px solid #ccc;
	line-height:25px;
	text-align:center;
	font-size:18px;
	margin-top:12.5px;
	transition:0.6s;
}
#faqlist em{
	float:left;
	margin-left:15px;
	font-style:normal;
	font-size:18px;
}
#faqlist h4{
	font-size:18px;
	font-weight:normal;
	margin-left:5px;
}
#faqlist dd{
	padding:20px 25px;
	overflow:hidden;
	border:1px solid #f0f0f0;
	border-top:none;
	line-height:25px;
	display:none;
}
#faqlist dl dt:hover,#faqlist dl dt.open{
	color:#1B4785;
}
#faqlist dl dt.open i{
	color:#1B4785;
	transform:rotate(90deg);
}

/*CSS划斜线*/
.x {
  width: 100%;
  height: 145px;
  position: relative;
	overflow:hidden;
}
.x:before {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  bottom: 0;
  border-bottom: 145px solid #C39A5C;
  border-left: 220px solid transparent;
  content: "";
}
.x:after {
  position: absolute;
  left: 1px;
  right: 0;
  top: 1px;
  bottom: 0;
  border-bottom: 145px solid #DCDCDE;
  border-left: 220px solid transparent;
  content: "";
}
/*临时*/
.cj_item{
	overflow: hidden;
	height: 68px;
	border: 1px dashed #ccc;
	padding-left: 60px;
	background: url(/web/pic/ico.jpg) 20px center no-repeat;
	-moz-border-radius: 45px;      /* Gecko browsers */
  -webkit-border-radius: 45px;   /* Webkit browsers */
  border-radius:45px;            /* W3C syntax */
	margin-bottom: 25px;
	font-size: 30px;
	line-height: 68px;
}
